@charset "UTF-8";
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-likes {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes logomove {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes logomove1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 4.1666vw;
}
.header .wrap-s {
  height: 100%;
}
.header .main {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .lang {
  display: flex;
  align-items: center;
}
.header .lang:before {
  content: '';
  width: 0.9375vw;
  height: 0.9375vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-3.png");
}
.header .lang span {
  position: relative;
  padding: 0 0.5208vw;
  font-size: 0.9375vw;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
}
.header .lang span:nth-of-type(2):before {
  content: '';
  width: 1px;
  height: 0.8333vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 0.41665vw);
}
.header .lang span.active {
  color: #fff;
}
.header .mNavBtn {
  display: none;
}

.c-nav {
  position: relative;
  background-color: #0075ff;
  z-index: 10;
}
.c-nav .close {
  display: none;
}
.c-nav ul {
  display: flex;
  justify-content: space-between;
}
.c-nav li {
  position: relative;
}
.c-nav li a.single {
  position: relative;
  display: block;
  font-size: 1.0416vw;
  line-height: 4.1666vw;
  color: #fff;
}
.c-nav li a.single:after {
  content: '';
  width: 1.5625vw;
  height: 0.15625vw;
  background-color: #fff;
  border-radius: 1.5px;
  position: absolute;
  bottom: 1.0416vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s ease;
}
.c-nav li .subnav {
  position: absolute;
  left: 50%;
  background-color: #fff;
  top: calc(100% - 0.5208vw);
  border-radius: 0.8333vw;
  padding: 1.5625vw 1.25vw;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.c-nav li .subnav a {
  display: block;
  font-size: 0.8333vw;
  margin-bottom: 0.8333vw;
  color: #41464f;
  text-align: center;
  white-space: nowrap;
  font-family: 'HarmonyOS_Sans_SC_Light';
  transition: color .3s ease;
}
.c-nav li .subnav a.m {
  display: none;
}
.c-nav li .subnav a:nth-last-child(2) {
  margin-bottom: 0;
}
.c-nav li .subnav a:last-of-type {
  margin-bottom: 0;
}
@media (any-hover: hover) {
  .c-nav li .subnav a:hover {
    color: #0075ff;
  }
}
.c-nav li.active a.single:after {
  opacity: 1;
}
@media (any-hover: hover) {
  .c-nav li:hover a.single:after {
    opacity: 1;
  }
  .c-nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
  }
}

.footer {
  background-color: #0075ff;
  padding: 1.5625vw 0;
}
.footer p {
  text-align: center;
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #fff;
  font-family: 'HarmonyOS_Sans_SC_Light';
}

.fixed-right {
  position: fixed;
  right: 1.5625vw;
  bottom: 1.5625vw;
  z-index: 10;
  width: 8.333vw;
}
.fixed-right .yjd img {
  display: block;
  width: 100%;
}
.fixed-right .box {
  padding-top: 0.5208vw;
}
.fixed-right .box .show {
  border: 0.1041vw solid #fff;
  border-radius: 0.5208vw;
  height: 3.125vw;
  background-color: #e3f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fixed-right .box .show img {
  width: 100%;
}
.fixed-right .box .hide {
  display: none;
}
.fixed-right .box .hide img {
  display: block;
  width: 100%;
}
.fixed-right .box.active .show {
  display: none;
}
.fixed-right .box.active .hide {
  display: block;
}
.fixed-right .totop {
  margin-top: 0.5208vw;
  border: 0.1041vw solid #fff;
  border-radius: 0.5208vw;
  height: 3.125vw;
  background-color: #e3f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fixed-right .totop:before {
  content: '';
  width: 1.5625vw;
  height: 1.0416vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-6.png");
}
.fixed-right .totop span {
  font-size: 0.8333vw;
  color: #0050a4;
  font-family: 'HarmonyOS_Sans_SC_Bold';
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
  display: none;
}
.fixed-bottom:before {
  content: '';
  width: 67px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 8%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/img-19.png");
  z-index: 3;
  pointer-events: none;
}
.fixed-bottom .show {
  background-color: #bfd3f6;
  padding-left: calc(8vw + 60px);
  text-align: center;
  font-size: 15px;
  line-height: 59px;
  border-top: 1px solid #fff;
  color: #0050a4;
  text-align: center;
  font-family: 'HarmonyOS_Sans_SC_Bold';
  position: relative;
  z-index: 1;
}
.fixed-bottom .hide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  border: 1px solid #fff;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
  background-color: #fff;
  overflow: hidden;
  transform: translateY(100%);
  transition: transform .3s ease;
}
.fixed-bottom .hide .close {
  position: absolute;
  right: 8%;
  top: 15px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-7.png");
  z-index: 3;
}
.fixed-bottom .hide .item {
  width: 100%;
}
.fixed-bottom .hide .pic-box {
  width: 100%;
  height: 64vw;
  overflow: hidden;
}
.fixed-bottom .hide .pic-box img {
  display: block;
  width: 100%;
}
.fixed-bottom .hide .button {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  border-radius: 50%;
  z-index: 4;
}
.fixed-bottom .hide .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  z-index: 2;
}
.fixed-bottom .hide .prev {
  left: 7vw;
}
.fixed-bottom .hide .prev i {
  background-image: url("../images/index/prev-2.png");
}
.fixed-bottom .hide .next {
  right: 7vw;
}
.fixed-bottom .hide .next i {
  background-image: url("../images/index/next-2.png");
}
.fixed-bottom.active .hide {
  transform: translateY(0);
}

.wrap-s {
  width: 78vw;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.c-banner img {
  width: 100%;
  object-fit: cover;
}
.c-banner img.pc {
  display: block;
  height: 33.33vw;
}
.c-banner img.m {
  display: none;
}

.c-block {
  padding: 4.1666vw 0 7.8125vw;
}
.c-block .img-box {
  width: 72%;
  margin: 0 auto;
}
.c-block img {
  display: block;
  width: 100%;
}

.c-crumbs {
  background-color: #cee6fd;
}
.c-crumbs .flex {
  display: flex;
  align-items: center;
  grid-gap: 3.125vw;
}
.c-crumbs a.home {
  position: relative;
  width: 0.8333vw;
  height: 0.8333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
}
.c-crumbs a.home:after {
  content: '';
  width: 0.364583vw;
  height: 0.625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  position: absolute;
  right: calc(-1.5625vw - 0.15625vw);
  top: 50%;
  margin-top: -0.3125vw;
}
.c-crumbs a.link {
  position: relative;
  font-size: 0.8333vw;
  color: #99a7b5;
  line-height: 3.125vw;
}
.c-crumbs a.link:after {
  content: '';
  width: 0.364583vw;
  height: 0.625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  position: absolute;
  right: calc(-1.5625vw - 0.15625vw);
  top: 50%;
  margin-top: -0.3125vw;
}
.c-crumbs span {
  font-size: 0.8333vw;
  color: #555555;
  line-height: 3.125vw;
}

.c-tab-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.5625vw;
  border-bottom: 1px solid #d1e1f0;
}
.c-tab-label.nopb {
  padding-bottom: 0;
  border: none;
}
.c-tab-label .label {
  font-size: 1.875vw;
  color: #0050a4;
  font-weight: bold;
}
.c-tab-label .label-box {
  position: relative;
  padding-top: 2.08333vw;
}
.c-tab-label .label-box:before {
  content: '';
  width: 10.416vw;
  height: 5vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/img-1.jpg");
  position: absolute;
  top: 0;
  left: -0.72916vw;
  z-index: 1;
}
.c-tab-label .label-box span {
  display: block;
  font-size: 1.875vw;
  line-height: 1.8;
  color: #0050a4;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.c-tab-label .label-box span:after {
  content: '';
  width: 3.6458vw;
  height: 0.25vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #0456de, #0a72e5);
  border-radius: 0.1041vw;
  opacity: 0.5;
}
.c-tab-label .link {
  display: flex;
  grid-gap: 2.8125vw;
}
.c-tab-label .link .box {
  cursor: pointer;
}
.c-tab-label .link .box .icon {
  width: 1.4583vw;
  height: 1.4583vw;
  margin: 0 auto;
  position: relative;
}
.c-tab-label .link .box i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-tab-label .link .box i.hide {
  opacity: 0;
}
.c-tab-label .link .box span {
  display: block;
  font-size: 0.8333vw;
  color: #919fac;
  text-align: center;
  margin-top: 0.5208vw;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .c-tab-label .link .box:hover span {
    color: #0075ff;
  }
}
.c-tab-label .link .box.active i.show {
  opacity: 0;
}
.c-tab-label .link .box.active i.hide {
  opacity: 1;
}
.c-tab-label .link .box.active span {
  color: #0075ff;
}

.comm-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0.260416vw;
  margin-top: 4.1666vw;
}
.comm-page li {
  position: relative;
}
.comm-page li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-radius: 0.260416vw;
  z-index: 1;
  transition: all .3s ease;
}
.comm-page li a {
  display: block;
  width: 2.34375vw;
  font-size: 0.8333vw;
  color: #000000;
  line-height: 2.34375vw;
  text-align: center;
  border: 1px solid #e0e7ed;
  border-radius: 0.260416vw;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 3.125vw;
}
.comm-page li:hover:before, .comm-page li.active:before {
  background-color: #0075ff;
}
.comm-page li:hover a, .comm-page li.active a {
  color: #fff;
}

.index-label {
  position: relative;
}
.index-label:before {
  content: '';
  width: 15.625vw;
  height: 6.77083vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/img-1.png");
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index-label span {
  display: block;
  font-size: 1.875vw;
  color: #0050a4;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}
.index-label span:after {
  content: '';
  width: 2.08333vw;
  height: 0.25vw;
  display: block;
  margin: 0.5208vw auto 0;
  background-image: linear-gradient(90deg, #0456de, #0a72e5);
  border-radius: 0.1041vw;
  opacity: 0.5;
}
.index-label span br {
  display: none;
}

.fixed-video-likepopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 15;
}
.fixed-video-likepopup span {
  max-width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 0.8333vw rgba(0, 0, 0, 0.1);
  padding: 1.5625vw;
  font-size: 1.0416vw;
  color: #171a1d;
}

.index-page {
  background: #d1e7ff url("../images/img-2.jpg") center bottom no-repeat;
  background-size: 100% auto;
}

.inner-page {
  background: #e0f0ff url("../images/img-3.png") center bottom no-repeat;
  background-size: 100% auto;
}

.index-s1 {
  padding: 6.25vw 0 0;
  position: relative;
  z-index: 1;
}
.index-s1:before {
  content: '';
  width: 100%;
  height: 53.75vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/index/img-5.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.index-s1 .top-block {
  position: relative;
}
.index-s1 .top-block .item {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.8333vw;
  overflow: hidden;
  height: auto;
}
.index-s1 .top-block .item a {
  display: flex;
  height: 25.666vw;
}
.index-s1 .top-block .item .img-box {
  width: 58%;
  height: 100%;
  overflow: hidden;
}
.index-s1 .top-block .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.index-s1 .top-block .item .txt-box {
  width: 42%;
  padding: 2.6041vw;
}
.index-s1 .top-block .item .date span {
  display: block;
  font-size: 2.6041vw;
  color: #111f2c;
  font-weight: bold;
}
.index-s1 .top-block .item .date i {
  display: block;
  font-size: 0.8333vw;
  color: #111f2c;
  font-style: normal;
  font-weight: bold;
}
.index-s1 .top-block .item .tit {
  font-size: 1.5625vw;
  color: #171a1d;
  font-weight: bold;
  margin-top: 1.0416vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s1 .top-block .item p {
  font-size: 0.8333vw;
  color: #41464f;
  line-height: 1.5;
  font-family: 'HarmonyOS_Sans_SC_Light';
  font-weight: lighter;
  margin-top: 0.8333vw;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s1 .top-block .item .btns {
  margin-top: 1.5625vw;
  display: flex;
}
.index-s1 .top-block .item .btns span {
  width: 7.8125vw;
  line-height: 2.1875vw;
  font-size: 0.72916vw;
  border-radius: 1.09375vw;
  text-align: center;
  color: #0075ff;
  border: 0.1041vw solid #0075ff;
  transition: all .3s ease;
}
.index-s1 .top-block .item .btns span:after {
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #0075ff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s1 .top-block .item .btns span:hover {
    background-color: #0075ff;
    color: #fff;
  }
  .index-s1 .top-block .item .btns span:hover:after {
    border-left-color: #fff;
  }
}
.index-s1 .top-block .item .date, .index-s1 .top-block .item .tit, .index-s1 .top-block .item p, .index-s1 .top-block .item .btns {
  opacity: 0;
}
.index-s1 .top-block .item.swiper-slide-active .date, .index-s1 .top-block .item.swiper-slide-active .tit, .index-s1 .top-block .item.swiper-slide-active p, .index-s1 .top-block .item.swiper-slide-active .btns {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s1 .top-block .item.swiper-slide-active .tit {
  animation-delay: .1s;
}
.index-s1 .top-block .item.swiper-slide-active p {
  animation-delay: .2s;
}
.index-s1 .top-block .item.swiper-slide-active .btns {
  animation-delay: .3s;
}
@media (any-hover: hover) {
  .index-s1 .top-block .item:hover img {
    transform: scale(1.05);
  }
}
.index-s1 .top-block .pagination {
  position: absolute;
  width: auto;
  bottom: 2.08333vw;
  padding: 0 3.125vw;
  display: flex;
  grid-gap: 0.5208vw;
  z-index: 2;
}
.index-s1 .top-block .pagination span {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.3125vw;
  background-color: #ffffff;
  opacity: 0.2;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s1 .top-block .pagination span.active {
  width: 1.5625vw;
  opacity: 1;
}
.index-s1 .bot-block {
  margin-top: 1.0416vw;
  display: flex;
  grid-gap: 1.0416vw;
}
.index-s1 .block {
  width: calc((100% - 1.05vw) / 2);
  padding: 1.5625vw 1.5625vw 2.08333vw;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.8333vw;
  box-shadow: 0 0.5208vw 1.5625vw rgba(0, 0, 0, 0.1);
}
.index-s1 .block .top-box {
  padding-bottom: 0.8333vw;
  border-bottom: 1px solid #9ec7f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-s1 .block .top-box span {
  font-size: 1.0416vw;
  color: #171a1d;
  font-weight: bold;
}
.index-s1 .block .top-box a {
  font-size: 0.72916vw;
  color: #171a1d;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .index-s1 .block .top-box a:hover {
    color: #0075ff;
  }
}
.index-s1 .block .link {
  padding-top: 1.25vw;
  border-top: 1px solid #fff;
}
.index-s1 .block .link a {
  display: block;
  font-size: 0.8333vw;
  color: #41464f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.8333vw;
  transition: color .3s ease;
}
.index-s1 .block .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .index-s1 .block .link a:hover {
    color: #0075ff;
  }
}

.index-s2 {
  padding: 6.25vw 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-s2 .bot-block {
  margin-top: 3.6458vw;
  padding-bottom: 1px;
  white-space: nowrap;
  font-size: 0;
}
.index-s2 .bot-block .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.index-s2 .items {
  position: relative;
  transform: translateZ(0);
  will-change: transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.index-s2 .items:before {
  content: '';
  width: 100vw;
  height: 0.625vw;
  background: url("../images/index/icon-1.png") left center repeat-x;
  background-size: auto 0.625vw;
  position: absolute;
  top: 3.3854vw;
  left: 0;
  transform: translateY(-0.3125vw);
  z-index: 0;
}
.index-s2 .item {
  width: 20.8333vw;
  display: inline-block;
  vertical-align: top;
  height: auto;
  position: relative;
  z-index: 1;
  white-space: normal;
  transform: translateZ(0);
  will-change: transform;
}
.index-s2 .item .date {
  width: 11.5833vw;
  height: 2.08333vw;
  text-align: center;
  font-size: 1.25vw;
  color: #055de0;
  font-weight: bold;
}
.index-s2 .item i {
  display: block;
  width: 11.5833vw;
  height: 2.6041vw;
  position: relative;
  z-index: 2;
}
.index-s2 .item i:before {
  content: '';
  width: 2.6041vw;
  height: 2.6041vw;
  border-radius: 50%;
  background-color: rgba(55, 125, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index-s2 .item i:after {
  content: '';
  width: 0.8333vw;
  height: 0.8333vw;
  border-radius: 50%;
  background-color: #055de0;
  position: absolute;
  top: 0.885416vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index-s2 .item .box {
  margin-top: 3.125vw;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.8333vw;
  padding: 2.08333vw 0;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.index-s2 .item .box:before {
  content: '';
  width: 1px;
  position: absolute;
  top: -4.42708vw;
  left: 5.72916vw;
  bottom: 2.6041vw;
  background-color: #80b0fa;
}
.index-s2 .item .box a {
  display: flex;
  align-items: baseline;
  margin-top: 2.08333vw;
  font-size: 0.8333vw;
  line-height: 1.0416vw;
  color: #41464f;
  transition: color .3s ease;
}
.index-s2 .item .box a:nth-of-type(1) {
  margin-top: 0;
}
.index-s2 .item .box a span {
  position: relative;
  width: 5.72916vw;
  padding-right: 1.25vw;
  text-align: right;
}
.index-s2 .item .box a span:after {
  content: '';
  width: 0.8333vw;
  height: 0.8333vw;
  border-radius: 50%;
  border: 0.1041vw solid #055de0;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.index-s2 .item .box a p {
  width: calc(100% - 5.72916vw);
  padding: 0 2.08333vw 0 0.8333vw;
}
.index-s2 .item .box a em {
  display: block;
  font-style: normal;
  margin-top: 0.5208vw;
}
.index-s2 .item .box a em:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .index-s2 .item .box a:hover {
    color: #055de0;
  }
}

.index-s3 {
  padding: 6.25vw 0 0;
}
.index-s3 .top-block {
  margin-top: 2.6041vw;
  border: 1px solid #fff;
  border-radius: 0.5208vw;
  overflow: hidden;
}
.index-s3 .top-block a {
  display: block;
  height: 23vw;
  position: relative;
}
.index-s3 .top-block .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-s3 .top-block .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s3 .top-block .tips {
  background-color: #0075ff;
  width: 15.625vw;
  padding: 2.6041vw 0 1.0416vw;
  text-align: center;
  font-size: 1.0416vw;
  color: #fff;
  transform-origin: center top;
  transform: rotate(45deg);
  position: absolute;
  right: -8.333vw;
  top: 0;
  z-index: 3;
}
.index-s3 .top-block .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.6041vw 3.6458vw;
  z-index: 2;
}
.index-s3 .top-block .logo {
  width: 5.2083vw;
}
.index-s3 .top-block .logo img {
  display: block;
  width: 100%;
}
.index-s3 .top-block .tit {
  margin-top: 1.5625vw;
  font-size: 2.08333vw;
  color: #fff;
  font-weight: bold;
}
.index-s3 .top-block .info {
  margin-top: 0.8333vw;
  font-size: 0.9375vw;
  color: #fff;
}
.index-s3 .top-block .info:before {
  content: '';
  width: 1.0416vw;
  height: 1.0416vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.625vw 0 0;
}
.index-s3 .top-block .btns {
  margin-top: 1.25vw;
  display: flex;
}
.index-s3 .top-block .btns span {
  width: 7.8125vw;
  line-height: 2.08333vw;
  text-align: center;
  font-size: 0.72916vw;
  color: #ffffff;
  border-radius: 1.0416vw;
  border: 0.1041vw solid #ffffff;
  transition: all .3s ease;
}
.index-s3 .top-block .btns span:after {
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s3 .top-block .btns span:hover {
    background-color: #ffffff;
    color: #0075ff;
  }
  .index-s3 .top-block .btns span:hover:after {
    border-left-color: #0075ff;
  }
}
@media (any-hover: hover) {
  .index-s3 .top-block:hover .img-box img {
    transform: scale(1.05);
  }
}
.index-s3 .bot-block {
  margin-top: 1.0416vw;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
}
.index-s3 .bot-block .boxes {
  display: inline-block;
  vertical-align: top;
  animation: logomove 30s linear infinite;
  will-change: transform;
}
.index-s3 .bot-block .box {
  display: inline-block;
  width: 10.416vw;
  height: 5.2083vw;
  margin-right: 0.8333vw;
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  border-radius: 0.8333vw;
  overflow: hidden;
}
.index-s3 .bot-block .box a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 2.08333vw 0 1.0416vw;
}
.index-s3 .bot-block .box .tips {
  background-color: #0075ff;
  width: 15.625vw;
  padding: 1.0416vw 0 0.260416vw;
  text-align: center;
  font-size: 0.625vw;
  color: #fff;
  transform-origin: center top;
  transform: rotate(45deg);
  position: absolute;
  right: -7.8125vw;
  top: 0;
  z-index: 2;
}
.index-s3 .bot-block .box .tit {
  font-size: 0.8333vw;
  color: #002252;
  font-weight: bold;
  line-height: 1.5;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .index-s3 .bot-block .box:hover .tit {
    color: #317af7;
  }
}
@media (any-hover: hover) {
  .index-s3 .bot-block:hover .boxes {
    animation-play-state: paused;
  }
}

.index-s4 {
  padding: 6.25vw 0 0;
}
.index-s4 .cont {
  position: relative;
  margin-top: 2.08333vw;
}
.index-s4 .top-block {
  position: relative;
  height: 30vw;
  border-radius: 0.8333vw;
  border: 1px solid #fff;
  box-shadow: 0 0.5208vw 1.5625vw rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.index-s4 .top-block .img-box {
  height: 100%;
}
.index-s4 .top-block .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s4 .top-block .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5.2083vw 3.6458vw 0;
  z-index: 2;
  pointer-events: none;
}
.index-s4 .top-block .info {
  font-size: 1.0416vw;
  color: #002252;
  font-weight: bold;
}
.index-s4 .top-block .tit {
  margin-top: 1.666vw;
  font-size: 2.08333vw;
  color: #002252;
  font-weight: bold;
}
.index-s4 .top-block .btns {
  margin-top: 1.666vw;
  display: flex;
  align-items: center;
  grid-gap: 1.25vw;
}
.index-s4 .top-block .btns a {
  width: 14.583vw;
  font-size: 1.25vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
  background-color: #0075ff;
  line-height: 3.6458vw;
  border-radius: 1.875vw;
  cursor: pointer;
  box-shadow: 0 0.25vw 0.46875vw rgba(0, 117, 255, 0.5);
  pointer-events: auto;
}
.index-s4 .bot-block {
  position: absolute;
  bottom: 2.8125vw;
  left: 0;
  right: 0;
  padding: 0 2.8125vw;
  overflow: hidden;
}
.index-s4 .bot-block .roll {
  font-size: 0;
  white-space: nowrap;
}
.index-s4 .bot-block .items {
  display: inline-block;
  vertical-align: top;
  animation: logomove 150s linear infinite;
  will-change: transform;
}
.index-s4 .bot-block .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5208vw;
  border-radius: 0.5208vw;
  width: 7.2916vw;
  height: 3.6458vw;
  background-color: rgba(255, 255, 255, 0.8);
}
.index-s4 .bot-block .item .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-s4 .bot-block .item img {
  max-width: 70%;
  max-height: 60%;
}

.index-s5 {
  padding: 6.25vw 0 0;
}
.index-s5 .top-block {
  margin-top: 2.6041vw;
  border-radius: 0.5208vw;
  overflow: hidden;
}
.index-s5 .top-block a {
  display: block;
  height: 22vw;
  position: relative;
}
.index-s5 .top-block .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-s5 .top-block .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s5 .top-block .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3.6458vw 1.0416vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.index-s5 .top-block .logo {
  width: 5.2083vw;
}
.index-s5 .top-block .logo img {
  display: block;
  width: 100%;
}
.index-s5 .top-block .tit {
  margin-top: 1.25vw;
  font-size: 2.08333vw;
  color: #fff;
  font-weight: bold;
}
.index-s5 .top-block .info {
  margin-top: 0.8333vw;
  font-size: 1.0416vw;
  color: #fff;
}
.index-s5 .top-block .btns {
  margin-top: 1.666vw;
  display: flex;
}
.index-s5 .top-block .btns span {
  width: 7.8125vw;
  line-height: 2.08333vw;
  text-align: center;
  font-size: 0.72916vw;
  color: #ffffff;
  border-radius: 1.0416vw;
  border: 0.1041vw solid #ffffff;
  transition: all .3s ease;
}
.index-s5 .top-block .btns span:after {
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s5 .top-block .btns span:hover {
    background-color: #ffffff;
    color: #0075ff;
  }
  .index-s5 .top-block .btns span:hover:after {
    border-left-color: #0075ff;
  }
}
@media (any-hover: hover) {
  .index-s5 .top-block:hover .img-box img {
    transform: scale(1.05);
  }
}

.index-s6 {
  padding: 6.25vw 0 0;
}
.index-s6 .cont {
  margin-top: 2.5vw;
  display: flex;
  grid-gap: 1.25vw;
}
.index-s6 .left-box {
  width: calc(50% - 0.625vw);
  border-radius: 0.8333vw;
  box-shadow: 0 0.5208vw 1.5625vw rgba(0, 105, 185, 0.1);
  overflow: hidden;
}
.index-s6 .left-box a {
  display: block;
  height: 27.708vw;
  position: relative;
}
.index-s6 .left-box .img-box {
  height: 100%;
  overflow: hidden;
}
.index-s6 .left-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s6 .left-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 3.6458vw;
}
.index-s6 .left-box .tit {
  font-size: 2.08333vw;
  color: #fff;
  font-weight: bold;
}
.index-s6 .left-box .btns {
  margin-top: 1.25vw;
  display: flex;
}
.index-s6 .left-box .btns span {
  width: 7.8125vw;
  line-height: 2.08333vw;
  text-align: center;
  font-size: 0.72916vw;
  color: #ffffff;
  border-radius: 1.0416vw;
  border: 0.1041vw solid #ffffff;
  transition: all .3s ease;
}
.index-s6 .left-box .btns span:after {
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #ffffff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .left-box .btns span:hover {
    background-color: #ffffff;
    color: #0075ff;
  }
  .index-s6 .left-box .btns span:hover:after {
    border-left-color: #0075ff;
  }
}
@media (any-hover: hover) {
  .index-s6 .left-box:hover .img-box img {
    transform: scale(1.05);
  }
}
.index-s6 .right-box {
  width: calc(50% - 0.625vw);
  position: relative;
}
.index-s6 .top-box {
  height: 13.90625vw;
  position: relative;
  border-radius: 0.8333vw;
  box-shadow: 0 0.5208vw 1.5625vw rgba(0, 105, 185, 0.1);
  overflow: hidden;
}
.index-s6 .top-box .img-box {
  height: 100%;
  overflow: hidden;
}
.index-s6 .top-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s6 .top-box .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.08333vw;
}
.index-s6 .top-box .tit {
  font-size: 2.08333vw;
  color: #fff;
  font-weight: bold;
  margin-right: 12.5vw;
}
.index-s6 .top-box p {
  font-size: 0.9375vw;
  color: #fff;
  margin-top: 0.260416vw;
  margin-right: 0.78125vw;
}
.index-s6 .top-box .btns {
  position: absolute;
  right: 2.08333vw;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.index-s6 .top-box .btns a {
  width: 10.416vw;
  line-height: 3.125vw;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
  background-color: #fff;
  color: #0075ff;
  border-radius: 1.5625vw;
  transition: all .3s ease;
  cursor: pointer;
}
.index-s6 .top-box .btns a:after {
  width: 0;
  height: 0;
  border-top: 0.41666vw solid transparent;
  border-bottom: 0.41666vw solid transparent;
  border-left: 0.625vw solid #0075ff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .top-box .btns a:hover {
    background-color: #0075ff;
    color: #ffffff;
  }
  .index-s6 .top-box .btns a:hover:after {
    border-left-color: #ffffff;
  }
}
@media (any-hover: hover) {
  .index-s6 .top-box:hover .img-box img {
    transform: scale(1.05);
  }
}
.index-s6 .bot-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  top: 14.9479vw;
  overflow: hidden;
}
.index-s6 .bot-box .roll {
  animation: logomove1 12s linear infinite;
  will-change: transform;
}
.index-s6 .bot-box a {
  margin-bottom: 0.5208vw;
  height: 3.85vw;
  background-color: #eaf3ff;
  border-radius: 0.8333vw;
  display: flex;
  align-items: center;
  padding-left: 2.08333vw;
  transition: all .3s ease;
}
.index-s6 .bot-box a .tit {
  width: calc(100% - 12.458vw);
  font-size: 0.9375vw;
  color: #41464f;
  font-weight: bold;
  transition: color .3s ease;
}
.index-s6 .bot-box a .addr {
  width: 6.25vw;
  font-size: 0.72916vw;
  color: #41464f;
  opacity: 0.8;
  transition: color .3s ease;
}
.index-s6 .bot-box a .addr:before {
  content: '';
  width: 0.625vw;
  height: 0.72916vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.5208vw 0 0;
  transition: all .3s ease;
}
.index-s6 .bot-box a .date {
  width: 6.2083vw;
  font-size: 0.72916vw;
  color: #41464f;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .index-s6 .bot-box a:hover {
    background-color: #0075ff;
  }
  .index-s6 .bot-box a:hover .tit {
    color: #fff;
  }
  .index-s6 .bot-box a:hover .addr {
    color: #fff;
  }
  .index-s6 .bot-box a:hover .addr:before {
    background-image: url("../images/index/icon-2-2.png");
  }
  .index-s6 .bot-box a:hover .date {
    color: #fff;
  }
}
@media (any-hover: hover) {
  .index-s6 .bot-box:hover .roll {
    animation-play-state: paused;
  }
}

.index-s9 {
  padding: 6.25vw 0 0;
}
.index-s9 .img-box {
  display: block;
  margin-top: 2.08333vw;
  border-radius: 0.8333vw;
  overflow: hidden;
}
.index-s9 .img-box img {
  width: 100%;
}
.index-s9 .img-box img.pc {
  display: block;
}
.index-s9 .img-box img.m {
  display: none;
}

.index-s10 {
  padding: 6.25vw 0 0;
}
.index-s10 .items {
  position: relative;
  margin-top: 2.08333vw;
}
.index-s10 .item {
  width: calc((100% - 2.09vw) / 3);
  height: auto;
  background-color: #f3f9ff;
  border-radius: 0.5208vw;
  margin-right: 1.0416vw;
  overflow: hidden;
  cursor: pointer;
}
.index-s10 .item .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.index-s10 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s10 .item .txt-box {
  padding: 1.25vw 1.666vw 2.08333vw;
  position: relative;
  z-index: 2;
}
.index-s10 .item .txt-box:before {
  content: '';
  width: 100%;
  height: 2.08333vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-1.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.index-s10 .item .tit {
  font-size: 1.0416vw;
  color: #171a1d;
  font-weight: bold;
}
@media (any-hover: hover) {
  .index-s10 .item:hover .img-box img {
    transform: scale(1.05);
  }
}
.index-s10 .btns {
  margin-top: 2.08333vw;
  display: flex;
  justify-content: center;
}
.index-s10 .btns a {
  width: 7.8125vw;
  line-height: 2.08333vw;
  text-align: center;
  font-size: 0.72916vw;
  color: #0075ff;
  border-radius: 1.0416vw;
  border: 0.1041vw solid #0075ff;
  transition: all .3s ease;
}
.index-s10 .btns a:after {
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #0075ff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s10 .btns a:hover {
    background-color: #0075ff;
    color: #ffffff;
  }
  .index-s10 .btns a:hover:after {
    border-left-color: #ffffff;
  }
}
.index-s10 .button {
  width: 2.2916vw;
  height: 2.2916vw;
  position: absolute;
  top: 45%;
  margin-top: -1.14583vw;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.index-s10 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 0.5208vw 1.5625vw rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.index-s10 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 0.72916vw;
  z-index: 2;
  transition: all .3s ease;
}
.index-s10 .prev {
  left: -3.6458vw;
}
.index-s10 .prev i {
  background-image: url("../images/index/prev-1.png");
}
@media (any-hover: hover) {
  .index-s10 .prev:hover:before {
    opacity: 1;
  }
  .index-s10 .prev:hover i {
    background-image: url("../images/index/prev-2.png");
  }
}
.index-s10 .next {
  right: -3.6458vw;
}
.index-s10 .next i {
  background-image: url("../images/index/next-1.png");
}
@media (any-hover: hover) {
  .index-s10 .next:hover:before {
    opacity: 1;
  }
  .index-s10 .next:hover i {
    background-image: url("../images/index/next-2.png");
  }
}
.index-s10 .pagination {
  margin-top: 2.08333vw;
  display: flex;
  justify-content: center;
  grid-gap: 0.5208vw;
}
.index-s10 .pagination span {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.3125vw;
  background-color: #0456de;
  opacity: 0.2;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s10 .pagination span.active {
  width: 1.666vw;
  opacity: 1;
}

.index-s11 {
  padding: 6.25vw 0 0;
}
.index-s11 .items {
  position: relative;
  margin-top: 2.08333vw;
}
.index-s11 .item {
  width: calc((100% - 3.2vw) / 4);
  height: auto;
  background-color: #f3f9ff;
  border-radius: 0.5208vw;
  margin-right: 1.0416vw;
  overflow: hidden;
  cursor: pointer;
}
.index-s11 .item .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.index-s11 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.index-s11 .item .txt-box {
  padding: 1.25vw 1.666vw 2.08333vw;
  position: relative;
  z-index: 2;
}
.index-s11 .item .txt-box:before {
  content: '';
  width: 100%;
  height: 2.08333vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-1.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.index-s11 .item .tit {
  font-size: 1.0416vw;
  color: #171a1d;
  font-weight: bold;
}
@media (any-hover: hover) {
  .index-s11 .item:hover .img-box img {
    transform: scale(1.05);
  }
}
.index-s11 .btns {
  margin-top: 2.08333vw;
  display: flex;
  justify-content: center;
}
.index-s11 .btns a {
  width: 7.8125vw;
  line-height: 2.08333vw;
  text-align: center;
  font-size: 0.72916vw;
  color: #0075ff;
  border-radius: 1.0416vw;
  border: 0.1041vw solid #0075ff;
  transition: all .3s ease;
}
.index-s11 .btns a:after {
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #0075ff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .index-s11 .btns a:hover {
    background-color: #0075ff;
    color: #ffffff;
  }
  .index-s11 .btns a:hover:after {
    border-left-color: #ffffff;
  }
}
.index-s11 .button {
  width: 2.2916vw;
  height: 2.2916vw;
  position: absolute;
  top: 45%;
  margin-top: -1.14583vw;
  border-radius: 50%;
  border: 1px solid rgba(0, 64, 91, 0.1);
  cursor: pointer;
}
.index-s11 .button:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #9bcff5, #2090ff);
  box-shadow: 0 0.5208vw 1.5625vw rgba(16, 140, 238, 0.3);
  border-radius: 50%;
  opacity: 0;
  z-index: 1;
  transition: opacity .3s ease;
}
.index-s11 .button i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 0.72916vw;
  z-index: 2;
  transition: all .3s ease;
}
.index-s11 .prev {
  left: -3.6458vw;
}
.index-s11 .prev i {
  background-image: url("../images/index/prev-1.png");
}
@media (any-hover: hover) {
  .index-s11 .prev:hover:before {
    opacity: 1;
  }
  .index-s11 .prev:hover i {
    background-image: url("../images/index/prev-2.png");
  }
}
.index-s11 .next {
  right: -3.6458vw;
}
.index-s11 .next i {
  background-image: url("../images/index/next-1.png");
}
@media (any-hover: hover) {
  .index-s11 .next:hover:before {
    opacity: 1;
  }
  .index-s11 .next:hover i {
    background-image: url("../images/index/next-2.png");
  }
}
.index-s11 .pagination {
  margin-top: 2.08333vw;
  display: flex;
  justify-content: center;
  grid-gap: 0.5208vw;
}
.index-s11 .pagination span {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.3125vw;
  background-color: #0456de;
  opacity: 0.2;
  cursor: pointer;
  transition: all .3s ease;
}
.index-s11 .pagination span.active {
  width: 1.666vw;
  opacity: 1;
}

.inner-s1 {
  padding: 5.2083vw 0 0;
}
.inner-s1 .items {
  margin-top: 2.8125vw;
}
.inner-s1 .item {
  margin-top: 1.0416vw;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.8333vw;
  transition: background .3s ease;
}
.inner-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s1 .item a {
  display: block;
  padding: 1.666vw 2.8125vw;
}
.inner-s1 .item .tit {
  font-size: 1.35416vw;
  color: #132630;
  font-weight: bold;
}
.inner-s1 .item p {
  font-size: 0.8333vw;
  color: #41464f;
  line-height: 1.5;
  font-weight: lighter;
  margin-top: 0.5208vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-s1 .item .date {
  font-size: 0.8333vw;
  color: #41464f;
  font-weight: bold;
  margin-top: 0.8333vw;
}
.inner-s1 .item .date:before {
  content: '';
  width: 0.78125vw;
  height: 0.78125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-4.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.260416vw 0 0;
}
@media (any-hover: hover) {
  .inner-s1 .item:hover {
    background-color: #fff;
  }
}

.inner-s2 {
  position: relative;
  padding: 6.25vw 0 0;
}
.inner-s2 .share {
  position: absolute;
  right: 5.2083vw;
  top: 6.25vw;
  bottom: 0;
  z-index: 4;
}
.inner-s2 .share .sticky {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}
.inner-s2 .share .block {
  width: 3.125vw;
  height: 6.25vw;
  border-radius: 0.5208vw;
  border: 0.1041vw solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.inner-s2 .share .box {
  position: relative;
  width: 100%;
  height: 50%;
}
.inner-s2 .share .box:before {
  content: '';
  width: 1.666vw;
  height: 0.1041vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.8333vw;
}
.inner-s2 .share .box:nth-of-type(1):before {
  display: none;
}
.inner-s2 .share .box .show {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 0.9375vw;
  cursor: pointer;
}
.inner-s2 .share .box .hide {
  position: absolute;
  right: 100%;
  top: 0;
  height: 3.125vw;
  padding-right: 1.0416vw;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.inner-s2 .share .box .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.41666vw solid transparent;
  border-bottom: 0.41666vw solid transparent;
  border-left: 0.41666vw solid #fff;
  position: absolute;
  right: 0.625vw;
  top: calc(50% - 0.41666vw);
}
.inner-s2 .share .box .hide .icon {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.1);
  border-radius: 0.5208vw;
  padding: 0 1.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.8333vw;
}
.inner-s2 .share .box .hide .icon a {
  width: 1.5625vw;
  height: 1.5625vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.9375vw;
}
.inner-s2 .share .box .hide .icon a.wx {
  background-image: url("../images/news/share-1.png");
}
.inner-s2 .share .box .hide .icon a.wb {
  background-image: url("../images/news/share-2.png");
}
.inner-s2 .share .box .hide .icon a.qq {
  background-image: url("../images/news/share-3.png");
}
.inner-s2 .share .box .likes {
  background-color: #0075ff;
  border-radius: 0.260416vw;
  width: 1.666vw;
  line-height: 1.0416vw;
  text-align: center;
  font-size: 0.625vw;
  color: #fff;
  position: absolute;
  top: 0;
  left: 80%;
  opacity: 0;
}
.inner-s2 .share .box.ani .likes {
  animation: o-likes 0.5s linear forwards;
}
.inner-s2 .share .box.icon-1 .show {
  background-image: url("../images/news/icon-6-1.png");
}
.inner-s2 .share .box.icon-2 .show {
  background-image: url("../images/news/icon-6-2.png");
}
@media (any-hover: hover) {
  .inner-s2 .share .box:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}
.inner-s2 .share .totop {
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 0.5208vw;
  border: 0.1041vw solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-6-3.png");
  background-size: auto 0.9375vw;
  margin-top: 0.260416vw;
  cursor: pointer;
}
.inner-s2 .top-block {
  padding-bottom: 2.6041vw;
  border-bottom: 1px solid #d3e3f1;
}
.inner-s2 .top-block .label {
  font-size: 2.5vw;
  color: #132630;
  font-weight: bold;
}
.inner-s2 .top-block .info {
  margin-top: 1.25vw;
  display: flex;
  grid-gap: 1.666vw;
}
.inner-s2 .top-block .info span {
  font-size: 0.8333vw;
  color: #333333;
}
.inner-s2 .top-block .info span:before {
  content: '';
  width: 0.9375vw;
  height: 0.9375vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.260416vw 0 0;
}
.inner-s2 .top-block .info span:nth-of-type(1):before {
  background-image: url("../images/news/icon-5-1.png");
}
.inner-s2 .top-block .info span:nth-of-type(2):before {
  background-image: url("../images/news/icon-5-2.png");
}
.inner-s2 .mid-block {
  margin-top: 2.5vw;
}
.inner-s2 .mid-block .para {
  font-size: 0.9375vw;
  line-height: 2;
  color: #132630;
}
.inner-s2 .mid-block .para p {
  margin-top: 1.666vw;
}
.inner-s2 .mid-block .para p:nth-of-type(1) {
  margin-top: 0;
}
.inner-s2 .mid-block .para img {
  max-width: 100%;
  height: auto !important;
  border-radius: 0.8333vw;
}
.inner-s2 .mid-block .para video {
  max-width: 100%;
  height: auto !important;
}
.inner-s2 .back-block {
  margin-top: 4.1666vw;
}
.inner-s2 .back-block a {
  display: block;
  width: 8.6979vw;
  margin: 0 auto;
}
.inner-s2 .back-block img {
  display: block;
  width: 100%;
}
.inner-s2 .other-block {
  margin-top: 2.08333vw;
  padding: 1.25vw 1.666vw;
  border-top: 0.15625vw solid #0075ff;
  background-color: #edf6ff;
  box-shadow: 0 0 2.5vw rgba(195, 195, 195, 0.25);
}
.inner-s2 .other-block a {
  display: block;
  font-size: 0.8333vw;
  color: #333333;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .inner-s2 .other-block a:hover {
    color: #0075ff;
  }
}

.inner-s3 {
  padding: 5.2083vw 0 0;
}
.inner-s3 .tab-tit {
  border-bottom: 0.25vw solid #337bf7;
}
.inner-s3 .tab-tit .sw {
  display: flex;
}
.inner-s3 .tab-tit .item {
  width: calc((100% - 3.6458vw) / 8);
  margin-right: 0.5208vw;
  cursor: pointer;
}
.inner-s3 .tab-tit .item:last-of-type {
  margin-right: 0;
}
.inner-s3 .tab-tit .item span {
  display: block;
  text-align: center;
  font-size: 1.14583vw;
  line-height: 3.125vw;
  color: rgba(49, 122, 247, 0.9);
  border-radius: 0.5208vw 0.5208vw 0 0;
  background-color: #fff;
  transition: all .3s ease;
}
.inner-s3 .tab-tit .item.active span {
  background-color: #317af7;
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s3 .tab-tit .item:hover span {
    background-color: #317af7;
    color: #fff;
  }
}
.inner-s3 .tab-cont {
  margin-top: 1.25vw;
}
.inner-s3 .tab-cont .child {
  position: relative;
  padding: 2.08333vw 0 5.2083vw;
  display: none;
}
.inner-s3 .tab-cont .child.active {
  display: block;
}
.inner-s3 .tab-cont .child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 14.583vw;
  width: 0.1041vw;
  height: 100%;
  background-color: #317af7;
  z-index: 0;
}
.inner-s3 .tab-cont .child:after {
  content: '';
  width: 0.1041vw;
  height: 5.2083vw;
  position: absolute;
  bottom: 0;
  left: 14.583vw;
  background-image: linear-gradient(180deg, #317af7, #e0f0ff);
  z-index: 1;
}
.inner-s3 .tab-cont .items {
  position: relative;
  z-index: 2;
}
.inner-s3 .tab-cont .item {
  margin-top: 1.0416vw;
  display: flex;
  align-items: center;
}
.inner-s3 .tab-cont .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s3 .tab-cont .item .time-box {
  width: 11.97916vw;
  display: flex;
  justify-content: flex-end;
}
.inner-s3 .tab-cont .item .dot-box {
  position: relative;
  width: 5.3124vw;
  display: flex;
  justify-content: center;
}
.inner-s3 .tab-cont .item .dot-box:before {
  content: '';
  width: 2.08333vw;
  height: 2.08333vw;
  border-radius: 50%;
  background-color: rgba(55, 125, 155, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s3 .tab-cont .item .txt-box {
  width: calc(100% - 17.1875vw - 0.1041vw);
  padding: 2.08333vw 2.6041vw;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.8333vw;
  position: relative;
  transition: all .3s ease;
}
.inner-s3 .tab-cont .item .time {
  position: relative;
  width: 5.2083vw;
  opacity: 0.6;
  transition: opacity .3s ease;
}
.inner-s3 .tab-cont .item .time span {
  display: block;
  text-align: center;
  font-size: 1.0416vw;
  color: #333333;
  background-color: #fff;
  line-height: 2.08333vw;
  border-radius: 0.5208vw;
}
.inner-s3 .tab-cont .item .time:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.260416vw;
}
.inner-s3 .tab-cont .item .dot {
  width: 0.8333vw;
  height: 0.8333vw;
  border: 0.1041vw solid #317af7;
  border-radius: 50%;
  background-color: #fff;
}
.inner-s3 .tab-cont .item .tit {
  font-size: 1.35416vw;
  color: rgba(19, 38, 48, 0.6);
  margin-right: 10.416vw;
  transition: color .3s ease;
}
.inner-s3 .tab-cont .item .tit em {
  display: block;
  font-style: normal;
  margin-top: 0.5208vw;
}
.inner-s3 .tab-cont .item .tit em:nth-of-type(1) {
  margin-top: 0;
}
.inner-s3 .tab-cont .item .addr {
  font-size: 0.8333vw;
  color: rgba(19, 38, 48, 0.6);
  margin-right: 10.416vw;
  margin-top: 1.0416vw;
  transition: color .3s ease;
}
.inner-s3 .tab-cont .item .addr:before {
  content: '';
  width: 0.625vw;
  height: 0.78125vw;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/schedule/icon-1-1.png");
  margin: -0.1041vw 0.8333vw 0 0;
  opacity: 0.6;
  transition: all .3s ease;
}
.inner-s3 .tab-cont .item .btns {
  position: absolute;
  right: 2.6041vw;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.inner-s3 .tab-cont .item .btns a {
  width: 7.8125vw;
  line-height: 2.08333vw;
  text-align: center;
  font-size: 0.72916vw;
  color: #0075ff;
  border-radius: 1.0416vw;
  border: 0.1041vw solid #0075ff;
  transition: all .3s ease;
}
.inner-s3 .tab-cont .item .btns a:after {
  width: 0;
  height: 0;
  border-top: 0.260416vw solid transparent;
  border-bottom: 0.260416vw solid transparent;
  border-left: 0.364583vw solid #0075ff;
  display: inline-block;
  vertical-align: middle;
  margin: -0.15625vw 0 0 0.8333vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s3 .tab-cont .item .btns a:hover {
    background-color: #0075ff;
    color: #fff;
  }
  .inner-s3 .tab-cont .item .btns a:hover:after {
    border-left-color: #fff;
  }
}
@media (any-hover: hover) {
  .inner-s3 .tab-cont .item:hover .dot-box:before {
    opacity: 1;
  }
  .inner-s3 .tab-cont .item:hover .time {
    opacity: 1;
  }
  .inner-s3 .tab-cont .item:hover .txt-box {
    background-color: #fff;
  }
  .inner-s3 .tab-cont .item:hover .tit {
    color: #132630;
  }
  .inner-s3 .tab-cont .item:hover .addr {
    color: #132630;
  }
  .inner-s3 .tab-cont .item:hover .addr:before {
    background-image: url("../images/schedule/icon-1-2.png");
    opacity: 1;
  }
}

.inner-s4 {
  padding: 5.2083vw 0 0;
}
.inner-s4 .cont {
  margin-top: 2.6041vw;
  border-radius: 0.5208vw;
  overflow: hidden;
}
.inner-s4 .cont a {
  display: block;
  aspect-ratio: 1280 / 617;
  position: relative;
}
.inner-s4 .cont .img-box {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.inner-s4 .cont .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s4 .cont .tips {
  background-color: #0075ff;
  width: 16.66vw;
  padding: 2.6041vw 0 1.0416vw;
  text-align: center;
  font-size: 1.0416vw;
  color: #fff;
  transform-origin: center top;
  transform: rotate(45deg);
  position: absolute;
  right: -8.333vw;
  top: 0;
  z-index: 3;
}
.inner-s4 .cont .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3.125vw;
  z-index: 2;
}
.inner-s4 .cont .logo {
  width: 5.2083vw;
}
.inner-s4 .cont .logo img {
  display: block;
  width: 100%;
}
.inner-s4 .cont .tit {
  margin-top: 10%;
  font-size: 2.5vw;
  color: #fff;
  font-weight: bold;
}
.inner-s4 .cont .info {
  margin-top: 1.0416vw;
  font-size: 0.9375vw;
  color: #fff;
}
.inner-s4 .cont .info:before {
  content: '';
  width: 0.989583vw;
  height: 0.989583vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.625vw 0 0;
}
@media (any-hover: hover) {
  .inner-s4 .cont:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s5 {
  padding: 5.2083vw 0 0;
}
.inner-s5 .items {
  margin-top: 2.6041vw;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25vw;
}
.inner-s5 .item {
  width: calc((100% - 2.55vw) / 3);
  border-radius: 0.5208vw;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.inner-s5 .item a {
  display: block;
  height: 100%;
  position: relative;
}
.inner-s5 .item .img-box {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.inner-s5 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s5 .item .tips {
  background-color: #0075ff;
  width: 16.66vw;
  padding: 1.666vw 0 0.5208vw;
  text-align: center;
  font-size: 0.8333vw;
  color: #fff;
  transform-origin: center top;
  transform: rotate(45deg);
  position: absolute;
  right: -8.333vw;
  top: 0;
  z-index: 2;
}
.inner-s5 .item .logo {
  position: absolute;
  top: 1.0416vw;
  left: 1.25vw;
  width: 3.125vw;
  z-index: 2;
}
.inner-s5 .item .logo img {
  display: block;
  width: 100%;
}
.inner-s5 .item .txt-box {
  padding: 1.666vw;
}
.inner-s5 .item .tit {
  font-size: 1.25vw;
  color: #41464f;
  font-weight: bold;
}
.inner-s5 .item .info {
  margin-top: 0.8333vw;
  font-size: 0.72916vw;
  color: #41464f;
}
.inner-s5 .item .info:before {
  content: '';
  width: 0.72916vw;
  height: 0.72916vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.5208vw 0 0;
}
@media (any-hover: hover) {
  .inner-s5 .item:hover .img-box img {
    transform: scale(1.05);
  }
}
.inner-s5 .tab-cont {
  margin-top: 2.6041vw;
}
.inner-s5 .tab-cont .child {
  display: none;
}
.inner-s5 .tab-cont .child.active {
  display: block;
}
.inner-s5 .items-1,
.inner-s5 .items-2,
.inner-s5 .items-3,
.inner-s5 .items-4 {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25vw;
}
.inner-s5 .item-1 {
  width: calc((100% - 2.55vw) / 3);
  border-radius: 0.5208vw;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.inner-s5 .item-1 a {
  display: block;
  height: 100%;
  position: relative;
}
.inner-s5 .item-1 .img-box {
  position: relative;
  z-index: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.inner-s5 .item-1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s5 .item-1 .tips {
  background-color: #0075ff;
  width: 16.66vw;
  padding: 1.666vw 0 0.5208vw;
  text-align: center;
  font-size: 0.8333vw;
  color: #fff;
  transform-origin: center top;
  transform: rotate(45deg);
  position: absolute;
  right: -8.333vw;
  top: 0;
  z-index: 2;
}
.inner-s5 .item-1 .logo {
  position: absolute;
  top: 1.0416vw;
  left: 1.25vw;
  width: 3.125vw;
  z-index: 2;
}
.inner-s5 .item-1 .logo img {
  display: block;
  width: 100%;
}
.inner-s5 .item-1 .txt-box {
  padding: 1.666vw;
}
.inner-s5 .item-1 .tit {
  font-size: 1.25vw;
  color: #41464f;
  font-weight: bold;
}
.inner-s5 .item-1 .info {
  margin-top: 0.8333vw;
  font-size: 0.72916vw;
  color: #41464f;
}
.inner-s5 .item-1 .info:before {
  content: '';
  width: 0.72916vw;
  height: 0.72916vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.5208vw 0 0;
}
@media (any-hover: hover) {
  .inner-s5 .item-1:hover .img-box img {
    transform: scale(1.05);
  }
}
.inner-s5 .item-2 {
  width: calc((100% - 2.55vw) / 3);
  border-radius: 0.5208vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s5 .item-2 a {
  display: block;
  height: 100%;
  position: relative;
}
.inner-s5 .item-2 .img-box {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.inner-s5 .item-2 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s5 .item-2 .txt-box {
  padding: 1.666vw 1.5625vw;
}
.inner-s5 .item-2 .txt-box p {
  font-size: 0.9375vw;
  color: #656565;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .inner-s5 .item-2:hover .img-box img {
    transform: scale(1.05);
  }
}
.inner-s5 .item-3 {
  width: calc((100% - 2.55vw) / 3);
  border-radius: 0.5208vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.inner-s5 .item-3 .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.inner-s5 .item-3 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s5 .item-3 .txt-box {
  padding: 1.25vw 1.666vw 2.08333vw;
  position: relative;
  z-index: 2;
}
.inner-s5 .item-3 .txt-box:before {
  content: '';
  width: 100%;
  height: 2.08333vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-1.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.inner-s5 .item-3 .tit {
  font-size: 1.0416vw;
  color: #171a1d;
  font-weight: bold;
}
@media (any-hover: hover) {
  .inner-s5 .item-3:hover .img-box img {
    transform: scale(1.05);
  }
}
.inner-s5 .item-4 {
  width: calc((100% - 2.55vw) / 3);
  background-color: #f3f9ff;
  border-radius: 0.5208vw;
  overflow: hidden;
  cursor: pointer;
}
.inner-s5 .item-4 a {
  display: block;
  height: 100%;
}
.inner-s5 .item-4 .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.inner-s5 .item-4 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s5 .item-4 .txt-box {
  padding: 1.25vw	 1.5625vw 2.08333vw;
  position: relative;
  z-index: 2;
}
.inner-s5 .item-4 .txt-box:before {
  content: '';
  width: 100%;
  height: 1.5625vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-1.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.inner-s5 .item-4 .tit {
  font-size: 1.0416vw;
  color: #171a1d;
  font-weight: bold;
}
.inner-s5 .item-4 .info {
  font-size: 0.78125vw;
  color: #41464f;
  font-weight: lighter;
  margin-top: 0.625vw;
}
@media (any-hover: hover) {
  .inner-s5 .item-4:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s6 {
  padding: 5.2083vw 0 0;
}
.inner-s6 .cont {
  margin-top: 2.6041vw;
  border-radius: 0.5208vw;
  background-color: #182d58;
  overflow: hidden;
  position: relative;
  padding-right: 22%;
}
.inner-s6 .video-box video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.inner-s6 .guest-box {
  width: 22%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #182d58;
  padding: 1.25vw 0;
}
.inner-s6 .items {
  height: 100%;
  padding: 0 1.25vw;
  overflow: auto;
}
.inner-s6 .item {
  position: relative;
  margin-top: 0.8333vw;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 0.5208vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.0416vw 1.25vw;
  overflow: hidden;
}
.inner-s6 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s6 .item .tit {
  font-size: 1.0416vw;
  color: #fff;
}
.inner-s6 .item p {
  font-size: 0.72916vw;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.260416vw;
}
.inner-s6 .item .tips {
  background-color: #344e6e;
  width: 18.75vw;
  padding: 1.25vw 0 0.5208vw;
  text-align: center;
  font-size: 0.625vw;
  color: #fff;
  transform-origin: center top;
  transform: rotate(45deg);
  position: absolute;
  right: -9.375vw;
  top: 0;
  z-index: 2;
}

.inner-s7 {
  padding: 2.6041vw 0 0;
}
.inner-s7 .cont {
  padding: 3.6458vw;
  border-radius: 0.5208vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/activities/img-5.jpg");
}
.inner-s7 .box {
  margin-top: 1.0416vw;
}
.inner-s7 .box:nth-of-type(1) {
  margin-top: 0;
}
.inner-s7 .tit {
  font-size: 1.25vw;
  color: #fff;
  font-weight: bold;
}
.inner-s7 .para {
  font-size: 0.8333vw;
  color: #fff;
  font-weight: lighter;
  margin-top: 0.260416vw;
}

.inner-s8 {
  padding: 5.2083vw 0 0;
}
.inner-s8 .img-box {
  margin-top: 2.08333vw;
  background-color: #fff;
  border: 0.5208vw solid #fff;
  border-radius: 0.5208vw;
}
.inner-s8 .img-box img {
  display: block;
  width: 100%;
}

.inner-s9 {
  padding: 5.2083vw 0 0;
}
.inner-s9 .items {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 1.0416vw;
  grid-row-gap: 2.08333vw;
}
.inner-s9 .item {
  width: calc((100% - 3.135vw) / 4);
  border-radius: 0.5208vw;
  overflow: hidden;
  box-shadow: 0 0.5208vw 1.5625vw rgba(0, 0, 0, 0.08);
}
.inner-s9 .item.noborder {
  box-shadow: none;
  border-radius: 0;
}
.inner-s9 .item.noborder .txt-box {
  padding: 0;
  background-color: inherit;
}
.inner-s9 .item.noborder .logo {
  padding: 0 1.25vw;
  justify-content: center;
  border-radius: 0.5208vw;
  background-color: #fff;
}
.inner-s9 .item.noborder .tit {
  margin-top: 0.8333vw;
  text-align: center;
}
.inner-s9 .item .img-box {
  overflow: hidden;
  aspect-ratio: 304 / 163;
}
.inner-s9 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s9 .item .txt-box {
  padding: 0 1.25vw 1.25vw;
  background-color: #fff;
}
.inner-s9 .item .logo {
  width: 100%;
  height: 4.1666vw;
  display: flex;
  align-items: center;
}
.inner-s9 .item .logo img {
  max-width: 60%;
  max-height: 80%;
}
.inner-s9 .item .tit {
  font-size: 0.9375vw;
  color: #1a2435;
  font-weight: bold;
  text-align: left;
}
@media (any-hover: hover) {
  .inner-s9 .item:hover .img-box img {
    transform: scale(1.1);
  }
}

.inner-s10 {
  padding: 5.2083vw 0 0;
}
.inner-s10 .img-box img {
  width: 100%;
}
.inner-s10 .img-box img.pc {
  display: block;
}
.inner-s10 .img-box img.m {
  display: none;
}

.inner-s11 {
  padding: 5.2083vw 0 0;
}
.inner-s11 .form {
  margin-top: 2.08333vw;
  width: 25vw;
  height: 2.5vw;
  position: relative;
  padding-right: 5.2083vw;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1.25vw;
  overflow: hidden;
}
.inner-s11 .form input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 0.78125vw;
  color: #132630;
  padding: 0 1.666vw;
}
.inner-s11 .form button {
  width: 5.2083vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/activities/icon-13.png");
  background-size: auto 1.25vw;
  cursor: pointer;
}
.inner-s11 .items {
  margin-top: 2.6041vw;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.0416vw;
}
.inner-s11 .item {
  width: calc((100% - 2.09vw) / 3);
  background-color: #f3f9ff;
  border-radius: 0.5208vw;
  overflow: hidden;
  cursor: pointer;
}
.inner-s11 .item .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.inner-s11 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s11 .item .img-box:before {
  content: '';
  width: 3.6458vw;
  height: 3.6458vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-12.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.inner-s11 .item .img-box.noicon:before {
  display: none;
}
.inner-s11 .item .txt-box {
  padding: 1.25vw 1.666vw 2.08333vw;
  position: relative;
  z-index: 2;
}
.inner-s11 .item .txt-box:before {
  content: '';
  width: 100%;
  height: 1.5625vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-1.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.inner-s11 .item .tit {
  font-size: 0.9375vw;
  color: #171a1d;
  font-weight: bold;
  margin-right: 3.125vw;
}
.inner-s11 .item .para {
  margin-top: 0.5208vw;
  font-size: 0.8333vw;
  color: #656565;
  line-height: 1.5;
  min-height: 3.6458vw;
  margin-right: 3.125vw;
  display: none;
}
.inner-s11 .item .likes {
  width: 3.125vw;
  position: absolute;
  right: 1.666vw;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
.inner-s11 .item .likes i {
  display: block;
  width: 1.875vw;
  height: 1.875vw;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-11.png");
  transition: all .3s ease;
}
.inner-s11 .item .likes span {
  display: block;
  text-align: center;
  font-size: 0.78125vw;
  color: #9e9e9e;
  margin-top: 0.625vw;
}
.inner-s11 .item .likes .add {
  background-color: #0075ff;
  border-radius: 5px;
  width: 2rem;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 80%;
  opacity: 0;
}
@media (any-hover: hover) {
  .inner-s11 .item .likes:hover i {
    background-image: url("../images/activities/icon-11-1.png");
  }
}
.inner-s11 .item .likes.active i {
  background-image: url("../images/activities/icon-11-1.png");
}
.inner-s11 .item .likes.ani .add {
  animation: o-likes 0.5s linear forwards;
}
@media (any-hover: hover) {
  .inner-s11 .item:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s12 {
  padding: 5.2083vw 0 0;
}
.inner-s12 .cont {
  margin-top: 4.1666vw;
}
.inner-s12 .item {
  width: 76%;
  margin: 2.08333vw auto 0;
  position: relative;
  box-shadow: 0 0.5208vw 1.5625vw rgba(0, 105, 185, 0.1);
  cursor: pointer;
}
.inner-s12 .item .img-box {
  position: relative;
  z-index: 1;
  border-radius: 0.5208vw;
  aspect-ratio: 16 / 8;
  overflow: hidden;
}
.inner-s12 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s12 .item .txt-box {
  position: relative;
  padding: 0.8333vw 1.666vw 2.5vw;
  background-image: linear-gradient(180deg, #fff, #fff, #cee8fe);
  border: 1px solid #fff;
  border-radius: 0 0 0.5208vw 0.5208vw;
  z-index: 2;
}
.inner-s12 .item .txt-box:before {
  content: '';
  left: -1px;
  right: -1px;
  height: 4.6875vw;
  position: absolute;
  bottom: calc(100% - 1px);
  background: url("../images/activities/img-10-2.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.inner-s12 .item .tit {
  font-size: 1.35416vw;
  color: #132630;
  font-weight: bold;
}
.inner-s12 .item .para {
  margin-top: 0.5208vw;
  font-size: 0.8333vw;
  color: #656565;
  line-height: 1.5;
  display: none;
}
@media (any-hover: hover) {
  .inner-s12 .item:hover .img-box img {
    transform: scale(1.02);
  }
}

.inner-s13 {
  padding: 6.25vw 0 0;
}
.inner-s13 .items {
  margin-top: 2.6041vw;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.0416vw;
}
.inner-s13 .item {
  width: calc((100% - 1.05vw) / 2);
  background-color: #ffffff;
  border-radius: 0.5208vw;
  overflow: hidden;
  cursor: pointer;
}
.inner-s13 .item .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.inner-s13 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s13 .item .txt-box {
  padding: 1.25vw 1.666vw 2vw;
  position: relative;
  z-index: 2;
}
.inner-s13 .item .txt-box:before {
  content: '';
  width: 100%;
  height: 2.6041vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-2.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.inner-s13 .item .tit {
  font-size: 0.9375vw;
  color: #171a1d;
  font-weight: bold;
}
.inner-s13 .item .para {
  margin-top: 0.5208vw;
  font-size: 0.72916vw;
  color: #656565;
  line-height: 1.5;
  display: none;
}
@media (any-hover: hover) {
  .inner-s13 .item:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s14 {
  padding: 6.25vw 0 0;
}
.inner-s14 .items {
  margin-top: 2.6041vw;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.0416vw;
}
.inner-s14 .item {
  width: calc((100% - 2.09vw) / 3);
  background-color: #ffffff;
  border-radius: 0.5208vw;
  overflow: hidden;
  cursor: pointer;
}
.inner-s14 .item .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.inner-s14 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s14 .item .txt-box {
  padding: 1.25vw 1.666vw 2vw;
  position: relative;
  z-index: 2;
}
.inner-s14 .item .txt-box:before {
  content: '';
  width: 100%;
  height: 2.08333vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-2.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.inner-s14 .item .tit {
  font-size: 0.9375vw;
  color: #171a1d;
  font-weight: bold;
}
.inner-s14 .item .para {
  margin-top: 0.5208vw;
  font-size: 0.72916vw;
  color: #656565;
  line-height: 1.5;
  display: none;
}
@media (any-hover: hover) {
  .inner-s14 .item:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s15 {
  padding: 5.2083vw 0 0;
}
.inner-s15.style-1 .c-tab-label .link .box {
  max-width: 7.2916vw;
}
.inner-s15 .items {
  margin-top: 2.6041vw;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.0416vw;
}
.inner-s15 .item {
  width: calc((100% - 2.09vw) / 3);
  background-color: #f3f9ff;
  border-radius: 0.5208vw;
  overflow: hidden;
  cursor: pointer;
}
.inner-s15 .item a {
  display: block;
  height: 100%;
}
.inner-s15 .item .img-box {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  z-index: 1;
}
.inner-s15 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s15 .item .txt-box {
  padding: 1.25vw	 1.5625vw 2.08333vw;
  position: relative;
  z-index: 2;
}
.inner-s15 .item .txt-box:before {
  content: '';
  width: 100%;
  height: 1.5625vw;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  background: url("../images/activities/img-10-1.png") center bottom no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.inner-s15 .item .tit {
  font-size: 1.0416vw;
  color: #171a1d;
  font-weight: bold;
}
.inner-s15 .item .info {
  font-size: 0.78125vw;
  color: #41464f;
  font-weight: lighter;
  margin-top: 0.625vw;
}
@media (any-hover: hover) {
  .inner-s15 .item:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s16 {
  padding: 5.2083vw 0 0;
}
.inner-s16 .cont {
  margin-top: 2.6041vw;
  display: flex;
  grid-gap: 1.0416vw;
}
.inner-s16 .video-box {
  width: 66%;
  height: 28.6vw;
  border-radius: 0.5208vw;
  overflow: hidden;
}
.inner-s16 .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s16 .list-box {
  width: calc(34% - 1.0416vw);
  height: 28.6vw;
  border-radius: 0.5208vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/activities/img-17.jpg");
  padding: 1.25vw 0;
}
.inner-s16 .items {
  padding: 0 2.08333vw;
  height: 100%;
  overflow: auto;
}
.inner-s16 .item {
  padding: 1.0416vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-right: 2.6041vw;
  cursor: pointer;
}
.inner-s16 .item:after {
  content: '';
  width: 0.9375vw;
  height: 0.9375vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-18.png");
  position: absolute;
  right: 0.8333vw;
  top: 50%;
  margin-top: -0.46875vw;
  opacity: 0.5;
  transition: opacity .3s ease;
}
.inner-s16 .item .tit {
  font-size: 0.9375vw;
  color: rgba(255, 255, 255, 0.5);
  transition: color .3s ease;
}
.inner-s16 .item p {
  font-size: 0.72916vw;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.260416vw;
  transition: color .3s ease;
}
.inner-s16 .item.active:after {
  opacity: 1;
}
.inner-s16 .item.active .tit, .inner-s16 .item.active p {
  color: #fff;
}
@media (any-hover: hover) {
  .inner-s16 .item:hover:after {
    opacity: 1;
  }
  .inner-s16 .item:hover .tit, .inner-s16 .item:hover p {
    color: #fff;
  }
}

.inner-s17 {
  padding: 5vw 0 4.1666vw;
  min-height: 100vh;
  position: relative;
  background-color: #f9f9f9;
  background: url("../images/index/img-20.png") center top no-repeat;
  background-size: 110% auto;
}
.inner-s17 .m-wrap-s {
  width: 86%;
  margin: 0 auto;
}
.inner-s17 .top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s17 .top-block .logo {
  width: 20vw;
}
.inner-s17 .top-block .logo img {
  display: block;
  width: 100%;
}
.inner-s17 .top-block .link {
  font-size: 3.2vw;
  color: #fff;
  line-height: 2.5;
  padding: 0 4vw;
  border-radius: 4vw;
  background-color: rgba(255, 255, 255, 0.3);
}
.inner-s17 .top-block .link:before {
  content: '';
  width: 3.2vw;
  height: 3.2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-7.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -0.7vw 1vw 0 0;
}
.inner-s17 .bot-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 8vw;
  height: 4.1666vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s17 .bot-block p {
  font-size: 0.625vw;
  color: #333;
  text-align: center;
}
.inner-s17 .label {
  font-size: 4.5vw;
  color: #fff;
  font-weight: bold;
  margin-top: 6vw;
}
.inner-s17 .type-box {
  margin-top: 4vw;
  border-radius: 1vw;
}
.inner-s17 .type-box .tit {
  background-color: #005ce6;
  color: #fff;
  padding: 0 4vw;
  line-height: 3;
  font-size: 4vw;
  border-radius: 3vw 3vw 0 0;
}
.inner-s17 .type-box .boxes {
  background-color: #fff;
  box-radius: 0 0 3vw 3vw;
  padding: 0 4vw;
}
.inner-s17 .type-box .box {
  position: relative;
  font-size: 3.5vw;
  padding: 4vw 0;
  border-top: 1px solid #e5e5e5;
  padding-left: 5vw;
}
.inner-s17 .type-box .box:nth-of-type(1) {
  border: none;
}
.inner-s17 .type-box .box:before {
  content: '';
  width: 2.66vw;
  height: 4.2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4-1.png");
  position: absolute;
  left: 0;
  top: 4vw;
}
.inner-s17 .type-box .box.active {
  color: #005ce6;
}
.inner-s17 .type-box .box.active:before {
  background-image: url("../images/index/icon-4-2.png");
}
.inner-s17 .date-box {
  display: flex;
  grid-gap: 2.4vw;
  margin-top: 2.4vw;
}
.inner-s17 .date-box span {
  flex: 1 1;
  position: relative;
  padding: 5.3vw 0;
  text-align: center;
  border-radius: 3.2vw;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 2.5vw;
  color: #333333;
  font-weight: bold;
  transition: all .3s ease;
}
.inner-s17 .date-box span i {
  display: block;
  font-size: 3.2vw;
  font-style: normal;
  margin-bottom: 2vw;
}
.inner-s17 .date-box span:after {
  content: '';
  width: 0;
  left: 0;
  border-left: 2.5vw solid transparent;
  border-right: 2.5vw solid transparent;
  border-top: 1.5vw solid #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s ease;
}
.inner-s17 .date-box span.active {
  background-color: #fff;
  color: #005ce6;
}
.inner-s17 .date-box span.active:after {
  opacity: 1;
}
.inner-s17 .cont-box {
  margin-top: 4vw;
  border-radius: 2.5vw;
  background-color: #fff;
  box-shadow: 0 0 4vw rgba(0, 0, 0, 0.1);
  padding: 2.5vw;
}
.inner-s17 .cont-box .child {
  display: none;
}
.inner-s17 .cont-box .child.active {
  display: block;
}
.inner-s17 .cont-box .box {
  position: relative;
  background-color: #f5f5f5;
  padding: 0 4vw;
  height: 12vw;
  display: flex;
  align-items: center;
  margin-top: 2.5vw;
  font-size: 3.2vw;
  color: #555555;
  border-radius: 1.5vw;
}
.inner-s17 .cont-box .box:nth-of-type(1) {
  margin-top: 0;
}
.inner-s17 .cont-box .box:before {
  content: '';
  width: 3.2vw;
  height: 3.2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-8-1.svg");
  margin-right: 2.5vw;
}
.inner-s17 .cont-box .box span {
  display: block;
  width: 10vw;
  line-height: 8vw;
  font-size: 2.5vw;
  color: #005ce6;
  text-align: center;
  border-radius: 1.5vw;
  background-color: #fff;
  position: absolute;
  right: 2.5vw;
  top: 50%;
  margin-top: -4vw;
}
.inner-s17 .cont-box .box.active {
  color: #005ce6;
}
.inner-s17 .cont-box .box.active:before {
  background-image: url("../images/index/icon-8-2.svg");
}
.inner-s17 .cont-box .box.active span {
  background-color: #005ce6;
  color: #fff;
}
.inner-s17 .form {
  margin-top: 2.5vw;
}
.inner-s17 .form .entbox {
  position: relative;
}
.inner-s17 .form .entbox:before {
  content: '';
  width: 3.2vw;
  height: 3.2vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-9.svg");
  position: absolute;
  left: 4vw;
  top: calc(50% - 1.6vw);
}
.inner-s17 .form input {
  display: block;
  width: 100%;
  height: 10vw;
  padding: 0 10vw;
  background-color: #f5f5f5;
  border-radius: 1.5vw;
  font-size: 3.2vw;
  color: #555555;
}
.inner-s17 .form button {
  height: 10vw;
  background-color: #005ce6;
  border-radius: 1.5vw;
  font-size: 3.2vw;
  color: #fff;
  width: 100%;
  margin-top: 4vw;
}

.inner-s17-pop {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
.inner-s17-pop .main {
  width: 86%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 2.5vw;
  padding: 13vw 4vw 8vw;
}
.inner-s17-pop .icon {
  width: 8vw;
  height: 8vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../images/index/icon-10.svg");
}
.inner-s17-pop .tit {
  font-size: 3.2vw;
  color: #333333;
  text-align: center;
  margin-top: 2vw;
}
.inner-s17-pop .tips {
  margin-top: 8vw;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  color: #0089ff;
}
.inner-s17-pop p {
  font-size: 3.78vw;
  font-weight: bold;
  margin-top: 3.2vw;
  text-align: center;
  text-decoration: underline;
}
.inner-s17-pop a {
  display: block;
  width: 20vw;
  line-height: 8vw;
  font-size: 3.2vw;
  text-align: center;
  color: #fff;
  border-radius: 1.5vw;
  background-color: #0089ff;
  margin: 4vw auto 0;
}

.inner-s18 {
  padding: 5.2083vw 0 0;
}
.inner-s18 .items {
  margin-top: 2.6041vw;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5625vw;
}
.inner-s18 .item {
  width: calc((100% - 1.6vw) / 2);
  border-radius: 0.5208vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s18 .item .img-box {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.inner-s18 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s18 .item .txt-box {
  padding: 2.08333vw 1.5625vw;
}
.inner-s18 .item .txt-box p {
  font-size: 1.0416vw;
  color: #656565;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .inner-s18 .item:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s19 {
  padding: 5.2083vw 0 0;
}
.inner-s19 .items {
  margin-top: 2.6041vw;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.25vw;
}
.inner-s19 .item {
  width: calc((100% - 2.55vw) / 3);
  border-radius: 0.5208vw;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-s19 .item .img-box {
  aspect-ratio: 39 / 19;
  overflow: hidden;
}
.inner-s19 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.inner-s19 .item .txt-box {
  padding: 1.666vw 1.5625vw;
}
.inner-s19 .item .txt-box p {
  font-size: 0.9375vw;
  color: #656565;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .inner-s19 .item:hover .img-box img {
    transform: scale(1.05);
  }
}

.inner-s20 {
  padding: 5.2083vw 0 0;
}
.inner-s20 .cont {
  margin-top: 2.08333vw;
  position: relative;
  border-radius: 0.8333vw;
  overflow: hidden;
}
.inner-s20 .img-box {
  aspect-ratio: 4 / 1;
}
.inner-s20 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s20 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3.6458vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s20 .tit {
  font-size: 1.97916vw;
  color: #fff;
  font-weight: bold;
}
.inner-s20 .btns {
  width: 10.416vw;
  height: 3.125vw;
  border-radius: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.625vw;
  background-color: #fff;
  transition: all .3s ease;
}
.inner-s20 .btns span {
  font-size: 0.9375vw;
  color: #0050a4;
  transition: color .3s ease;
}
.inner-s20 .btns:after {
  width: 0;
  height: 0;
  border-top: 0.364583vw solid transparent;
  border-bottom: 0.364583vw solid transparent;
  border-left: 0.5208vw solid #0050a4;
  display: inline-block;
  vertical-align: middle;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s20 .btns:hover {
    background-color: #0075ff;
  }
  .inner-s20 .btns:hover span {
    color: #fff;
  }
  .inner-s20 .btns:hover:after {
    border-left-color: #ffffff;
  }
}

.inner-s21 {
  padding: 5.2083vw 0 0;
}
.inner-s21 .items {
  margin-top: 2.08333vw;
}
.inner-s21 .item {
  margin-top: 1.5625vw;
  position: relative;
  border-radius: 0.8333vw;
  background-color: #162a38;
  overflow: hidden;
  transition: all .3s ease;
}
.inner-s21 .item:nth-of-type(1) {
  margin-top: 0;
}
.inner-s21 .item .img-box {
  height: 13.5416vw;
}
.inner-s21 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-s21 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 3.6458vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-s21 .item .addr {
  font-size: 1.25vw;
  color: #fff;
  font-weight: bold;
}
.inner-s21 .item .tit {
  font-size: 1.875vw;
  color: #fff;
  font-weight: bold;
  margin-top: 0.260416vw;
}
.inner-s21 .item .right-box {
  display: flex;
  grid-gap: 0.625vw;
}
.inner-s21 .item a {
  position: relative;
  border: 0.1041vw solid #fff;
  border-radius: 1.25vw;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s ease;
}
.inner-s21 .item a span {
  display: block;
  padding: 0 1.666vw;
  line-height: 2.6041vw;
  font-size: 0.8333vw;
  color: #fff;
  font-weight: bold;
  transition: all .3s ease;
}
.inner-s21 .item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
}
.inner-s21 .item a.download span:after {
  content: '';
  width: 0.8333vw;
  height: 0.8333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/recruit/icon-1-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.25vw 0 0 0.41666vw;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .inner-s21 .item:hover {
    background-color: #0456de;
  }
  .inner-s21 .item:hover a {
    background-color: #fff;
  }
  .inner-s21 .item:hover a span {
    color: #0075ff;
  }
  .inner-s21 .item:hover a.download span:after {
    background-image: url("../images/recruit/icon-1-2.png");
  }
}

.inner-s22 {
  padding: 5.2083vw 0 0;
}
.inner-s22 .items {
  margin-top: 2.08333vw;
}
.inner-s22 .item {
  width: 7.8125vw;
  height: 3.333vw;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border-radius: 0.5208vw;
}
.inner-s22 .item .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-s22 .item img {
  max-width: 70%;
  max-height: 60%;
}
.inner-s22 .pagination {
  margin-top: 3.125vw;
  display: flex;
  justify-content: center;
  grid-gap: 0.5208vw;
}
.inner-s22 .pagination span {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 0.3125vw;
  background-color: #0099ff;
  opacity: 0.2;
  transition: all .3s ease;
  cursor: pointer;
}
.inner-s22 .pagination span.active {
  width: 1.666vw;
  opacity: 1;
}

.video-pop, .fixed-img-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
}
.video-pop .bg, .fixed-img-pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .main, .fixed-img-pop .main {
  width: 44.8vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 1.0416vw;
  background-color: #fff;
  border-radius: 1.0416vw;
  z-index: 2;
}
.video-pop .close, .fixed-img-pop .close {
  width: 1.666vw;
  height: 1.666vw;
  position: absolute;
  top: -1.666vw;
  right: -1.666vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/icon-14.png");
  cursor: pointer;
}
.video-pop .video-box, .fixed-img-pop .video-box {
  background-color: #000;
  display: flex;
  justify-content: center;
}
.video-pop video, .video-pop img, .fixed-img-pop video, .fixed-img-pop img {
  display: block;
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.c-winning-block {
  position: relative;
  height: 7.8125vw;
  padding-top: 1.25vw;
}
.c-winning-block:before {
  content: '';
  width: 19.583vw;
  height: 7.8125vw;
  position: absolute;
  top: 0;
  left: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/img-14.png");
  transform: translateX(-50%);
  z-index: 1;
}
.c-winning-block:after {
  content: '';
  width: 4.1666vw;
  height: 4.42708vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/activities/img-15.png");
  position: absolute;
  top: 1.25vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.c-winning-block i {
  display: block;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.875vw;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  z-index: 3;
}
.c-winning-block span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5625vw;
  font-weight: bold;
  color: #0050a4;
  line-height: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/activities/img-16.png");
  background-size: auto 100%;
  z-index: 3;
}
.c-winning-block span:after {
  content: '';
  width: 2.08333vw;
  height: 0.25vw;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: -0.5208vw;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, #0456de, #0a72e5);
  border-radius: 0.1041vw;
  opacity: 0.5;
}

.fixed-activeties-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
.fixed-activeties-pop .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.fixed-activeties-pop .main {
  width: 33.6vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.fixed-activeties-pop .top-block {
  padding: 1.666vw 2.08333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-12.jpg");
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.8333vw 0.8333vw 0 0;
}
.fixed-activeties-pop .top-block span {
  font-size: 1.5625vw;
  color: #fff;
}
.fixed-activeties-pop .top-block .close {
  width: 2.08333vw;
  height: 2.08333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.png");
  cursor: pointer;
}
.fixed-activeties-pop .bot-block {
  padding: 1.25vw 2.08333vw 2.08333vw;
  background-color: #fff;
  border-radius: 0 0 0.8333vw 0.8333vw;
}
.fixed-activeties-pop .type-box .tit {
  font-size: 0.78125vw;
  color: #333333;
  font-weight: bold;
}
.fixed-activeties-pop .type-box .type {
  margin-top: 1.0416vw;
}
.fixed-activeties-pop .type-box .box {
  font-size: 0.8333vw;
  color: #333333;
  line-height: 1.5625vw;
  cursor: pointer;
}
.fixed-activeties-pop .type-box .box:before {
  content: '';
  width: 0.78125vw;
  height: 0.78125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.625vw 0 0;
}
.fixed-activeties-pop .type-box .box.active {
  color: #005ce6;
}
.fixed-activeties-pop .type-box .box.active:before {
  background-image: url("../images/index/icon-4-2.png");
}
.fixed-activeties-pop .date-box {
  display: flex;
  grid-gap: 0.8333vw;
  margin-top: 1.5625vw;
}
.fixed-activeties-pop .date-box span {
  flex: 1 1;
  position: relative;
  line-height: 2.08333vw;
  text-align: center;
  border-radius: 0.15625vw;
  border: 1px solid #c0c7cf;
  font-size: 0.72916vw;
  color: #333333;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s ease;
}
.fixed-activeties-pop .date-box span:after {
  content: '';
  width: 0;
  left: 0;
  border-left: 0.41666vw solid transparent;
  border-right: 0.41666vw solid transparent;
  border-top: 0.260416vw solid #005ce6;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity .3s ease;
}
.fixed-activeties-pop .date-box span.active {
  background-color: #005ce6;
  border-color: #005ce6;
  color: #fff;
}
.fixed-activeties-pop .date-box span.active:after {
  opacity: 1;
}
.fixed-activeties-pop .time-box {
  margin-top: 0.78125vw;
  margin-bottom: 0.8333vw;
  border: 1px solid #005ce6;
  border-radius: 0.15625vw;
  padding: 1.666vw;
}
.fixed-activeties-pop .time-box .child {
  height: 4.6875vw;
  display: none;
}
.fixed-activeties-pop .time-box .child.active {
  display: block;
}
.fixed-activeties-pop .time-box .box {
  font-size: 0.8333vw;
  color: #333333;
  line-height: 1.5625vw;
  cursor: pointer;
}
.fixed-activeties-pop .time-box .box:before {
  content: '';
  width: 0.78125vw;
  height: 0.78125vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-4-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -0.1041vw 0.625vw 0 0;
}
.fixed-activeties-pop .time-box .box.active {
  color: #005ce6;
}
.fixed-activeties-pop .time-box .box.active:before {
  background-image: url("../images/index/icon-4-2.png");
}
.fixed-activeties-pop .form input {
  display: block;
  width: 100%;
  height: 2.2916vw;
  border: 1px solid #c0c7cf;
  border-radius: 0.15625vw;
  padding: 0 1.25vw;
  font-size: 0.78125vw;
  color: #333333;
  margin-bottom: 0.8333vw;
}
.fixed-activeties-pop .form button {
  width: 100%;
  height: 2.6041vw;
  border-radius: 0.260416vw;
  background-color: #005ce6;
  font-size: 0.9375vw;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.fixed-activeties-pop .ewm-block {
  padding: 2.6041vw 2.08333vw;
  background-color: #fff;
  border-radius: 0 0 0.8333vw 0.8333vw;
}
.fixed-activeties-pop .ewm-block .img-box {
  width: 7.8125vw;
  margin: 0 auto;
}
.fixed-activeties-pop .ewm-block img {
  display: block;
  width: 100%;
}
.fixed-activeties-pop .ewm-block p {
  text-align: center;
  font-size: 1.0416vw;
  color: #333;
  font-weight: bold;
  margin-top: 1.666vw;
}

.fixed-activeties-success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
.fixed-activeties-success .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.fixed-activeties-success .main {
  width: 35.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #fff;
  border-radius: 0.8333vw;
  padding: 3.125vw;
}
.fixed-activeties-success .close {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 2.08333vw;
  height: 2.08333vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3-1.png");
  cursor: pointer;
  z-index: 2;
}
.fixed-activeties-success .icon {
  width: 2.39583vw;
  height: 2.39583vw;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-5.png");
}
.fixed-activeties-success .tit {
  font-size: 1.14583vw;
  color: #333333;
  text-align: center;
  margin-top: 0.8333vw;
}
.fixed-activeties-success .tips {
  text-align: center;
  margin-top: 2.08333vw;
  font-size: 1.666vw;
  color: #0089ff;
  font-weight: bold;
}
.fixed-activeties-success p {
  margin-top: 1.25vw;
  text-align: center;
  font-size: 1.4583vw;
  color: #000000;
  font-weight: bold;
}

.m-index-s1 {
  display: none;
  padding: 7.5rem 0 0;
}
.m-index-s1 .top-block .item {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}
.m-index-s1 .top-block .item a {
  display: block;
  height: 100%;
}
.m-index-s1 .top-block .item .img-box {
  aspect-ratio: 16 / 9;
}
.m-index-s1 .top-block .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-index-s1 .top-block .item .txt-box {
  padding: 2rem;
}
.m-index-s1 .top-block .item .tit {
  font-size: 16px;
  color: #171a1d;
  font-weight: bold;
}
.m-index-s1 .top-block .item p {
  font-size: 14px;
  color: #41464f;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 1rem;
}
.m-index-s1 .top-block .item .date {
  font-size: 14px;
  color: #111f2c;
  margin-top: 1rem;
}
.m-index-s1 .top-block .pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  grid-gap: 5px;
}
.m-index-s1 .top-block .pagination span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #0456de;
  opacity: 0.2;
  cursor: pointer;
  transition: all .3s ease;
}
.m-index-s1 .top-block .pagination span.active {
  width: 12px;
  opacity: 1;
}
.m-index-s1 .bot-block {
  margin-top: 4rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #e4f0fd;
  padding: 0 2rem;
}
.m-index-s1 .bot-block .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #9fc8f5;
}
.m-index-s1 .bot-block .top-box a.more {
  font-size: 12px;
  color: #171a1d;
}
.m-index-s1 .bot-block .tab-tit {
  display: flex;
  grid-gap: 2rem;
}
.m-index-s1 .bot-block .tab-tit span {
  font-size: 14px;
  color: #171a1d;
  line-height: 50px;
  position: relative;
}
.m-index-s1 .bot-block .tab-tit span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0075ff;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease;
}
.m-index-s1 .bot-block .tab-tit span.active {
  color: #0075ff;
}
.m-index-s1 .bot-block .tab-tit span.active:after {
  opacity: 1;
}
.m-index-s1 .bot-block .tab-cont .child {
  display: none;
}
.m-index-s1 .bot-block .tab-cont .child.active {
  display: block;
}
.m-index-s1 .bot-block .tab-cont .link {
  padding: 2rem 0;
}
.m-index-s1 .bot-block .tab-cont .link a {
  display: block;
  font-size: 14px;
  color: #41464f;
  font-family: 'HarmonyOS_Sans_SC_Light';
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-index-s1 .bot-block .tab-cont .link a:nth-of-type(1) {
  margin-top: 0;
}

@media screen and (max-width: 1641px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }

  .wrap-s {
    width: 86%;
  }

  .video-pop .close,
  .fixed-img-pop .close {
    width: 20px;
    height: 20px;
    top: -2rem;
    right: -2rem;
  }

  .video-pop .main,
  .fixed-img-pop .main {
    width: 86%;
    max-width: 520px;
  }

  .fixed-right {
    display: none;
  }

  .fixed-bottom {
    display: block;
  }

  .fixed-activeties-pop .main {
    width: 86%;
    max-width: 400px;
  }

  .fixed-activeties-pop .top-block {
    padding: 1.5rem;
  }

  .fixed-activeties-pop .top-block span {
    font-size: 14px;
  }

  .fixed-activeties-pop .top-block .close {
    width: 20px;
    height: 20px;
  }

  .fixed-activeties-pop .ewm-block {
    padding: 5rem 2.5rem;
  }

  .fixed-activeties-pop .ewm-block .img-box {
    width: 120px;
  }

  .fixed-activeties-pop .ewm-block p {
    font-size: 12px;
    margin-top: 2rem;
  }

  .header {
    height: 60px;
  }

  .header .lang:before {
    width: 14px;
    height: 14px;
  }

  .header .lang span {
    font-size: 12px;
    padding: 0 10px;
  }

  .header .lang span:nth-of-type(2):before {
    height: 10px;
    top: calc(50% - 5px);
  }

  .header .mNavBtn {
    display: block;
    width: 16px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-4.png");
    background-size: 100% auto;
    margin-left: 1rem;
  }

  .c-nav {
    position: fixed;
    top: 0;
    left: 101%;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    background-color: #f4f4f4;
    overflow: auto;
    transition: left .3s ease;
  }
  .c-nav.active {
    left: 0;
  }

  .c-nav .close {
    display: block;
    position: absolute;
    top: 20px;
    right: 8%;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-5.png");
    z-index: 4;
  }

  .c-nav .wrap-s {
    width: 100%;
  }

  .c-nav ul {
    display: block;
  }

  .c-nav li {
    border-bottom: 1px solid #efefef;
  }

  .c-nav li a.single {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 50px;
    position: relative;
    z-index: 2;
    padding: 0 8vw;
  }

  .c-nav li a.single:after {
    display: none;
  }

  .c-nav li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
    background-position: calc(100% - 8vw) center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-6-1.png");
    background-size: 10px auto;
  }

  .c-nav li .subnav {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background-color: #efefef;
    padding: 2rem 8%;
    border-radius: 0;
    display: none;
    transition: none;
  }

  .c-nav li .subnav a {
    font-size: 12px;
    margin-bottom: 1rem;
    text-align: left;
    font-family: 'HarmonyOS_Sans_SC_Regular';
    position: relative;
    padding-left: 15px;
  }
  .c-nav li .subnav a.pc {
    display: none;
  }
  .c-nav li .subnav a.m {
    display: block;
  }
  .c-nav li .subnav a:before {
    content: "·";
    font-size: 12px;
    color: #41464f;
    position: absolute;
    left: 0;
    top: 0;
  }

  .c-nav li.m-active a.single {
    color: #0075ff;
  }

  .c-nav li.m-active i {
    background-image: url("../images/icon-6-2.png");
  }

  .c-crumbs .flex {
    grid-gap: 30px;
  }

  .c-crumbs a.home:after,
  .c-crumbs a.link:after {
    width: 8px;
    height: 8px;
    right: -19px;
    margin-top: -4px;
  }

  .c-crumbs a.home {
    width: 10px;
    height: 10px;
  }

  .c-crumbs a.link {
    line-height: 40px;
    font-size: 12px;
  }

  .c-crumbs span {
    font-size: 12px;
    line-height: 40px;
  }

  .footer {
    padding: 2rem 0 9rem;
  }

  .footer p {
    font-size: 12px;
  }

  .comm-page {
    margin-top: 2rem;
  }

  .comm-page li a {
    width: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  .comm-page li:first-of-type a, .comm-page li:last-of-type a {
    width: 40px;
  }

  .c-tab-label {
    padding-bottom: 2rem;
  }

  .c-tab-label .label {
    font-size: 2rem;
  }

  .c-tab-label .label-box {
    padding-top: 25px;
  }

  .c-tab-label .label-box:before {
    width: 125px;
    height: 60px;
  }

  .c-tab-label .label-box span {
    font-size: 2rem;
  }

  .c-tab-label .label-box span:after {
    width: 3rem;
  }

  .c-tab-label .link .box .icon {
    width: 20px;
    height: 20px;
  }

  .c-tab-label .link .box span {
    font-size: 12px;
    margin-top: 5px;
  }

  .c-winning-block {
    height: 9.375rem;
    padding-top: 1.5rem;
  }

  .c-winning-block:before {
    width: 23.5rem;
    height: 9.375rem;
  }

  .c-winning-block i {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .c-winning-block span {
    font-size: 1.875rem;
  }

  .c-winning-block span:after {
    width: 2.5rem;
    height: 4px;
    border-radius: 2px;
  }

  .c-winning-block:after {
    width: 5rem;
    height: 5.625rem;
  }

  .index-label:before {
    width: 18.75rem;
    height: 8.125rem;
  }

  .index-label span {
    font-size: 2.25rem;
  }

  .index-label span:after {
    width: 2.5rem;
    height: 4px;
    margin: 5px auto 0;
    border-radius: 2px;
  }

  .fixed-video-likepopup span {
    font-size: 14px;
    padding: 1.5rem;
    width: 80%;
    max-width: 500px;
  }

  .inner-s1 .items {
    margin-top: 2rem;
  }

  .inner-s1 .item {
    margin-top: 1.25rem;
    border-radius: 10px;
  }

  .inner-s1 .item a {
    padding: 2rem 3.5rem;
  }

  .inner-s1 .item .tit {
    font-size: 16px;
  }

  .inner-s1 .item p {
    font-size: 14px;
    margin-top: 5px;
  }

  .inner-s1 .item .date {
    font-size: 14px;
    margin-top: 1rem;
  }

  .inner-s2 .share {
    display: none;
  }

  .inner-s2 .top-block {
    padding-bottom: 3rem;
  }

  .inner-s2 .top-block .label {
    font-size: 3rem;
  }

  .inner-s2 .top-block .info {
    margin-top: 1.5rem;
    grid-gap: 2rem;
  }

  .inner-s2 .top-block .info span {
    font-size: 14px;
  }

  .inner-s2 .top-block .info span:before {
    width: 12px;
    height: 12px;
    margin: -2px 5px 0 0;
  }

  .inner-s2 .mid-block {
    margin-top: 3rem;
  }

  .inner-s2 .mid-block .para {
    font-size: 14px;
  }

  .inner-s2 .mid-block .para img {
    border-radius: 10px;
  }

  .inner-s2 .back-block a {
    width: 10rem;
  }

  .inner-s2 .other-block {
    margin-top: 2.5rem;
    padding: 1.5rem 2rem;
    border-top-width: 3px;
  }

  .inner-s2 .other-block a {
    font-size: 14px;
  }

  .inner-s3 .tab-tit .item {
    width: calc((100% - 70px) / 8);
    margin-right: 10px;
  }

  .inner-s3 .tab-tit .item span {
    font-size: 14px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
  }

  .inner-s3 .tab-cont {
    margin-top: 1.5rem;
  }

  .inner-s3 .tab-cont .child {
    padding: 2.5rem 0 6.25rem;
  }

  .inner-s3 .tab-cont .child:before {
    width: 2px;
  }

  .inner-s3 .tab-cont .item .time-box {
    width: 60px;
  }

  .inner-s3 .tab-cont .item .time {
    width: 100%;
  }

  .inner-s3 .tab-cont .item .time span {
    font-size: 12px;
    line-height: 2.5rem;
    border-radius: 10px;
  }

  .inner-s3 .tab-cont .item .dot-box {
    width: 30px;
  }

  .inner-s3 .tab-cont .child:before,
  .inner-s3 .tab-cont .child:after {
    left: 74px;
  }

  .inner-s3 .tab-cont .item .txt-box {
    width: calc(100% - 90px);
    padding: 2.5rem 3.125rem;
  }

  .inner-s3 .tab-cont .item .tit {
    margin-right: 0;
    font-size: 1.625rem;
  }

  .inner-s3 .tab-cont .item .addr {
    margin-right: 0;
    font-size: 12px;
    margin-top: 1.25rem;
  }

  .inner-s3 .tab-cont .item .addr:before {
    width: 12px;
    height: 15px;
    margin: -2px 1rem 0 0;
  }

  .inner-s3 .tab-cont .item .btns {
    position: static;
    margin-top: 1rem;
  }

  .inner-s3 .tab-cont .item .btns a {
    width: 100px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 15px;
  }

  .inner-s4 .cont {
    margin-top: 2rem;
    border-radius: 10px;
  }

  .inner-s4 .cont .tips {
    width: 200px;
    padding: 20px 0 5px;
    font-size: 10px;
    right: -10rem;
  }

  .inner-s4 .cont .logo {
    width: 60px;
  }

  .inner-s4 .cont .info {
    font-size: 12px;
    margin-top: 1.25rem;
  }

  .inner-s4 .cont .info:before {
    width: 14px;
    height: 14px;
  }

  .inner-s5 .items {
    margin-top: 2rem;
    grid-gap: 1.5rem;
  }

  .inner-s5 .item {
    width: calc((100% - 3rem) / 3);
    border-radius: 10px;
  }

  .inner-s5 .item .logo {
    width: 40px;
    top: 1.25rem;
    left: 1.25rem;
  }

  .inner-s5 .item .tips {
    width: 200px;
    padding: 20px 0 5px;
    font-size: 10px;
    right: -10rem;
  }

  .inner-s5 .item .txt-box {
    padding: 2rem;
  }

  .inner-s5 .item .tit {
    font-size: 16px;
  }

  .inner-s5 .item .info {
    margin-top: 1rem;
    font-size: 12px;
  }

  .inner-s5 .item .info:before {
    width: 12px;
    height: 12px;
    margin: -2px 5px 0 0;
  }

  .inner-s5 .tab-cont {
    margin-top: 2rem;
  }

  .inner-s5 .items-1,
  .inner-s5 .items-2,
  .inner-s5 .items-3,
  .inner-s5 .items-4 {
    grid-gap: 1.5rem;
  }

  .inner-s5 .item-1 {
    width: calc((100% - 3rem) / 3);
    border-radius: 10px;
  }

  .inner-s5 .item-1 .logo {
    width: 40px;
    top: 1.25rem;
    left: 1.25rem;
  }

  .inner-s5 .item-1 .tips {
    width: 200px;
    padding: 20px 0 5px;
    font-size: 10px;
    right: -10rem;
  }

  .inner-s5 .item-1 .txt-box {
    padding: 2rem;
  }

  .inner-s5 .item-1 .tit {
    font-size: 16px;
  }

  .inner-s5 .item-1 .info {
    margin-top: 1rem;
    font-size: 12px;
  }

  .inner-s5 .item-1 .info:before {
    width: 12px;
    height: 12px;
    margin: -2px 5px 0 0;
  }

  .inner-s5 .item-2 {
    width: calc((100% - 3rem) / 3);
    border-radius: 10px;
  }

  .inner-s5 .item-2 .txt-box {
    padding: 2rem 1.875rem;
  }

  .inner-s5 .item-2 .txt-box p {
    font-size: 14px;
  }

  .inner-s5 .item-3 {
    width: calc((100% - 3rem) / 3);
    border-radius: 10px;
  }

  .inner-s5 .item-3 .txt-box {
    padding: 1.5rem 2rem 2.5rem;
  }

  .inner-s5 .item-3 .txt-box:before {
    height: 40px;
  }

  .inner-s5 .item-3 .tit {
    font-size: 16px;
  }

  .inner-s5 .item-4 {
    width: calc((100% - 3rem) / 3);
    border-radius: 10px;
  }

  .inner-s5 .item-4 .txt-box:before {
    height: 30px;
  }

  .inner-s5 .item-4 .txt-box {
    padding: 1.5rem 2rem 2.5rem;
  }

  .inner-s5 .item-4 .tit {
    font-size: 16px;
  }

  .inner-s5 .item-4 .info {
    font-size: 13px;
    margin-top: 5px;
  }

  .inner-s6 .cont {
    padding-right: 0;
    margin-top: 2rem;
    border-radius: 10px;
    padding-bottom: 2rem;
  }

  .inner-s6 .guest-box {
    width: 100%;
    height: 225px;
    position: static;
    padding: 1.5rem;
  }

  .inner-s6 .items {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    overflow: hidden;
  }

  .inner-s6 .item {
    margin: 0;
    width: 100%;
    height: 58px;
    border-radius: 5px;
    padding: 10px;
  }

  .inner-s6 .item .tit {
    font-size: 14px;
  }

  .inner-s6 .item p {
    font-size: 12px;
    margin-top: 5px;
  }

  .inner-s6 .item .tips {
    width: 200px;
    padding: 20px 0 5px;
    font-size: 10px;
    right: -10rem;
  }

  .inner-s6 .pagination {
    display: flex;
    grid-gap: 5px;
    justify-content: center;
  }
  .inner-s6 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 0.2;
    cursor: pointer;
    transition: all .3s ease;
  }
  .inner-s6 .pagination span.active {
    width: 12px;
    opacity: 1;
  }

  .inner-s7 {
    padding-top: 3rem;
  }

  .inner-s7 .cont {
    border-radius: 10px;
  }

  .inner-s7 .box {
    margin-top: 1.25rem;
  }

  .inner-s7 .tit {
    font-size: 16px;
  }

  .inner-s7 .para {
    font-size: 14px;
    margin-top: 5px;
  }

  .inner-s8 .img-box {
    margin-top: 2rem;
  }

  .inner-s9 .items {
    margin-top: 2rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
  }

  .inner-s9 .item {
    border-radius: 10px;
    width: calc((100% - 2.5rem) / 3);
  }

  .inner-s9 .item .txt-box {
    padding: 0 1.5rem 1.5rem;
  }

  .inner-s9 .item .logo {
    height: 60px;
  }

  .inner-s9 .item.noborder .logo {
    border-radius: 10px;
    padding: 0 1.5rem;
  }

  .inner-s9 .item.noborder .tit {
    margin-top: 1rem;
  }

  .inner-s9 .item .tit {
    font-size: 14px;
  }

  .inner-s11 .form {
    margin-top: 2.5rem;
    width: 100%;
    max-width: 480px;
    height: 48px;
    border-radius: 24px;
    padding-right: 100px;
  }

  .inner-s11 .form input {
    font-size: 14px;
    padding: 0 2rem;
  }

  .inner-s11 .form button {
    width: 100px;
    background-size: auto 24px;
  }

  .inner-s11 .items {
    margin-top: 2rem;
    grid-gap: 1.25rem;
  }

  .inner-s11 .item {
    width: calc((100% - 2.5rem) / 3);
    border-radius: 10px;
  }

  .inner-s11 .item .img-box:before {
    width: 50px;
    height: 50px;
  }

  .inner-s11 .item .txt-box:before {
    height: 30px;
  }

  .inner-s11 .item .txt-box {
    padding: 1.5rem 2rem 2.5rem;
  }

  .inner-s11 .item .tit {
    font-size: 16px;
    margin-right: 60px;
  }

  .inner-s11 .item .para {
    margin-top: 5px;
    font-size: 14px;
    min-height: max(46px, 4.375rem);
    margin-right: 60px;
  }

  .inner-s11 .item .likes {
    width: 60px;
    right: 2rem;
    bottom: 3rem;
    top: 0.5rem;
  }

  .inner-s11 .item .likes i {
    width: 2rem;
    height: 2rem;
  }

  .inner-s11 .item .likes span {
    font-size: 12px;
  }

  .inner-s12 .item {
    margin: 2rem auto 0;
  }

  .inner-s12 .item .img-box {
    border-radius: 10px;
  }

  .inner-s12 .item .txt-box {
    position: relative;
    bottom: auto;
    border-radius: 0 0 10px 10px;
    padding: 1rem 2rem 2rem;
  }

  .inner-s12 .item .txt-box:before {
    height: 90px;
  }

  .inner-s12 .item .tit {
    font-size: 18px;
  }

  .inner-s12 .item .para {
    font-size: 14px;
    margin-top: 5px;
  }

  .inner-s13 .items {
    grid-gap: 1.25rem;
    margin-top: 2rem;
  }

  .inner-s13 .item {
    width: calc((100% - 1.25rem) / 2);
    border-radius: 10px;
  }

  .inner-s13 .item .txt-box:before {
    height: 50px;
  }

  .inner-s13 .item .txt-box {
    padding: 1.5rem 2rem;
  }

  .inner-s13 .item .tit {
    font-size: 16px;
  }

  .inner-s13 .item .para {
    font-size: 12px;
    margin-top: 5px;
  }

  .inner-s14 .items {
    grid-gap: 1.25rem;
    margin-top: 2rem;
  }

  .inner-s14 .item {
    width: calc((100% - 2.5rem) / 3);
  }

  .inner-s14 .item .txt-box:before {
    height: 40px;
  }

  .inner-s14 .item .txt-box {
    padding: 1.5rem 2rem;
  }

  .inner-s14 .item .tit {
    font-size: 16px;
  }

  .inner-s14 .item .para {
    font-size: 12px;
    margin-top: 5px;
  }

  .inner-s15 .items {
    margin-top: 2rem;
    grid-gap: 1.25rem;
  }

  .inner-s15 .item {
    width: calc((100% - 2.5rem) / 3);
    border-radius: 10px;
  }

  .inner-s15 .item .txt-box:before {
    height: 30px;
  }

  .inner-s15 .item .txt-box {
    padding: 1.5rem 2rem 2.5rem;
  }

  .inner-s15 .item .tit {
    font-size: 16px;
  }

  .inner-s15 .item .info {
    font-size: 13px;
    margin-top: 5px;
  }

  .inner-s15.style-1 .c-tab-label .link .box {
    max-width: 100px;
  }

  .inner-s16 .cont {
    display: block;
    margin-top: 2rem;
  }

  .inner-s16 .video-box {
    width: 100%;
    height: 48.2vw;
    border-radius: 10px;
  }

  .inner-s16 .list-box {
    width: 100%;
    margin-top: 2rem;
    height: auto;
    padding: 1.5rem 0;
    border-radius: 10px;
  }

  .inner-s16 .items {
    max-height: 250px;
    padding: 0 2.5rem;
  }

  .inner-s16 .item {
    padding: 1.25rem 50px 1.25rem 0;
  }

  .inner-s16 .item:after {
    width: 18px;
    height: 18px;
    right: 1rem;
    margin-top: -9px;
  }

  .inner-s16 .item .tit {
    font-size: 14px;
  }

  .inner-s16 .item p {
    font-size: 12px;
    margin-top: 5px;
  }

  .inner-s18 .items {
    margin-top: 2rem;
    grid-gap: 1.875rem;
  }

  .inner-s18 .item {
    width: calc((100% - 1.875rem) / 2);
    border-radius: 10px;
  }

  .inner-s18 .item .txt-box {
    padding: 2.5rem 1.875rem;
  }

  .inner-s18 .item .txt-box p {
    font-size: 14px;
  }

  .inner-s19 .items {
    margin-top: 2rem;
    grid-gap: 1.5rem;
  }

  .inner-s19 .item {
    width: calc((100% - 3rem) / 3);
    border-radius: 10px;
  }

  .inner-s19 .item .txt-box {
    padding: 2rem 1.875rem;
  }

  .inner-s19 .item .txt-box p {
    font-size: 14px;
  }

  .inner-s20 .cont {
    margin-top: 2rem;
    border-radius: 10px;
  }

  .inner-s20 .txt-box {
    padding: 0 4.375rem;
  }

  .inner-s20 .tit {
    font-size: 2rem;
  }

  .inner-s20 .btns {
    width: 120px;
    height: 40px;
    border-radius: 20px;
  }

  .inner-s20 .btns span {
    font-size: 14px;
  }

  .inner-s21 .items {
    margin-top: 2rem;
  }

  .inner-s21 .item {
    margin-top: 1.875rem;
    border-radius: 10px;
  }

  .inner-s21 .item .img-box {
    height: 180px;
  }

  .inner-s21 .item .txt-box {
    padding: 0 4.375rem;
  }

  .inner-s21 .item .addr {
    font-size: 1.5rem;
  }

  .inner-s21 .item .tit {
    font-size: 2rem;
    margin-top: 5px;
  }

  .inner-s21 .item .right-box {
    grid-gap: 0.75rem;
  }

  .inner-s21 .item a {
    border-radius: 19px;
    border-width: 1px;
  }

  .inner-s21 .item a span {
    font-size: 13px;
    line-height: 36px;
    padding: 0 2rem;
  }

  .inner-s21 .item a.download span:after {
    width: 12px;
    height: 12px;
    margin: -2px 0 0 5px;
  }

  .inner-s22 .items {
    margin-top: 2rem;
  }

  .inner-s22 .item {
    height: 50px;
  }

  .inner-s22 .pagination {
    margin-top: 2rem;
    grid-gap: 5px;
  }

  .inner-s22 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }

  .inner-s22 .pagination span.active {
    width: 12px;
  }

  .index-s1 .top-block .item {
    border-radius: 10px;
  }

  .index-s1 .top-block .item a {
    height: max(320px, 28vw);
  }

  .index-s1 .top-block .item .txt-box {
    padding: 3.125rem;
  }

  .index-s1 .top-block .item .date span {
    font-size: 3.125rem;
  }

  .index-s1 .top-block .item .date i {
    font-size: 14px;
  }

  .index-s1 .top-block .item .tit {
    font-size: 2rem;
    margin-top: 1.25rem;
  }

  .index-s1 .top-block .item p {
    font-size: 14px;
    margin-top: 1rem;
  }

  .index-s1 .top-block .item .btns {
    margin-top: 2rem;
  }

  .index-s1 .top-block .item .btns span {
    width: 100px;
    line-height: 30px;
    border-width: 1px;
    border-radius: 16px;
    font-size: 12px;
  }

  .index-s1 .top-block .pagination {
    grid-gap: 5px;
  }

  .index-s1 .top-block .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }

  .index-s1 .top-block .pagination span.active {
    width: 12px;
  }

  .index-s1 .bot-block {
    margin-top: 1.25rem;
    grid-gap: 1.25rem;
  }

  .index-s1 .block {
    width: calc((100% - 1.25rem) / 2);
    padding: 1.875rem 1.875rem 2.5rem;
    border-radius: 10px;
  }

  .index-s1 .block .top-box {
    padding-bottom: 1rem;
  }

  .index-s1 .block .top-box span {
    font-size: 16px;
  }

  .index-s1 .block .top-box a {
    font-size: 12px;
  }

  .index-s1 .block .link {
    padding-top: 1.5rem;
  }

  .index-s1 .block .link a {
    font-size: 14px;
    margin-top: 1rem;
  }

  .index-s2 .bot-block {
    margin-top: 4.375rem;
  }

  .index-s2 .items:before {
    height: 12px;
    top: 4.0625rem;
    background-size: auto 12px;
    transform: translateY(-6px);
  }

  .index-s2 .item {
    width: 25rem;
  }

  .index-s2 .item .date {
    width: 13.9rem;
    height: 2.5rem;
    font-size: 16px;
  }

  .index-s2 .item i {
    width: 13.9rem;
    height: 3.125rem;
  }

  .index-s2 .item i:before {
    width: 3.125rem;
    height: 3.125rem;
  }

  .index-s2 .item i:after {
    width: 1rem;
    height: 1rem;
    top: 1.0625rem;
  }

  .index-s2 .item .box {
    margin-top: 3.75rem;
    padding: 2.5rem 0;
    border-radius: 10px;
  }

  .index-s2 .item .box:before {
    top: -5.3125rem;
    left: 6.875rem;
    bottom: calc(2.5rem + 10px);
  }

  .index-s2 .item .box a {
    margin-top: 1.5rem;
    font-size: 12px;
    line-height: 20px;
  }

  .index-s2 .item .box a span {
    width: 6.875rem;
    padding-right: 1.5rem;
  }

  .index-s2 .item .box a p {
    width: calc(100% - 6.875rem);
    padding: 0 2.5rem 0 1rem;
  }

  .index-s2 .item .box a p em {
    margin-top: 5px;
  }

  .index-s3 .top-block {
    margin-top: 2.5rem;
    border-radius: 10px;
  }

  .index-s3 .top-block .tips {
    width: 20rem;
    padding: 3.125rem 0 1.25rem;
    font-size: max(14px, 1.25rem);
    right: -10rem;
  }

  .index-s3 .top-block .logo {
    width: 60px;
  }

  .index-s3 .top-block .tit {
    font-size: 2rem;
  }

  .index-s3 .top-block .info {
    font-size: 12px;
    margin-top: 1rem;
  }

  .index-s3 .top-block .info:before {
    width: 12px;
    height: 12px;
    margin: -2px 5px 0 0;
  }

  .index-s3 .top-block .btns {
    margin-top: 1.5rem;
  }

  .index-s3 .top-block .btns span {
    width: 100px;
    line-height: 30px;
    border-width: 1px;
    font-size: 12px;
    border-radius: 16px;
  }

  .index-s3 .bot-block {
    margin-top: 1.25rem;
    height: 230px;
  }

  .index-s3 .bot-block .boxes {
    animation: none;
    display: flex;
  }

  .index-s3 .bot-block .box {
    width: 100%;
    height: max(70px, 6.25rem);
    border-radius: 10px;
    margin: 0;
  }

  .index-s3 .bot-block .box a {
    padding: 0 40px 0 1.25rem;
  }

  .index-s3 .bot-block .box .tips {
    width: 20rem;
    padding: 20px 0 5px;
    text-align: center;
    font-size: 12px;
    right: -10rem;
  }

  .index-s3 .bot-block .box .tit {
    font-size: 12px;
  }

  .index-s3 .pagination {
    margin-top: 2rem;
    display: flex;
    grid-gap: 5px;
    justify-content: center;
  }
  .index-s3 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #0456de;
    opacity: 0.2;
    cursor: pointer;
    transition: all .3s ease;
  }
  .index-s3 .pagination span.active {
    width: 12px;
    opacity: 1;
  }

  .index-s4 .cont {
    margin-top: 2.5rem;
  }

  .index-s4 .top-block {
    height: 36.25rem;
    border-radius: 10px;
  }

  .index-s4 .top-block .txt-box {
    padding: 6.25rem 4.375rem 0;
  }

  .index-s4 .top-block .info {
    font-size: 14px;
  }

  .index-s4 .top-block .tit {
    margin-top: 2rem;
    font-size: 2.5rem;
  }

  .index-s4 .top-block .btns {
    margin-top: 2rem;
  }

  .index-s4 .top-block .btns a {
    width: 17.5rem;
    font-size: 1.5rem;
    line-height: 4.375rem;
    border-radius: 2.25rem;
  }

  .index-s4 .bot-block {
    bottom: 3.375rem;
    padding: 0 4.375rem;
  }

  .index-s4 .bot-block .item {
    margin-right: 0.625rem;
    border-radius: 0.625rem;
    width: max(100px, 8.75rem);
    height: max(60px, 4.375rem);
  }

  .index-s5 .top-block {
    border-radius: 10px;
    margin-top: 2.5rem;
  }

  .index-s5 .top-block a {
    height: max(280px, 22.5rem);
  }

  .index-s5 .top-block .txt-box {
    padding: 0 4.375rem;
  }

  .index-s5 .top-block .logo {
    width: 60px;
  }

  .index-s5 .top-block .tit {
    margin-top: 1.5rem;
    font-size: 2.5rem;
  }

  .index-s5 .top-block .info {
    margin-top: 1rem;
    font-size: 14px;
  }

  .index-s5 .top-block .btns {
    margin-top: 2rem;
  }

  .index-s5 .top-block .btns span {
    width: 100px;
    line-height: 30px;
    border-width: 1px;
    font-size: 12px;
    border-radius: 16px;
  }

  .index-s6 .cont {
    margin-top: 2.5rem;
    grid-gap: 1.5rem;
  }

  .index-s6 .left-box {
    width: calc(50% - 0.75rem);
    border-radius: 10px;
  }

  .index-s6 .left-box a {
    height: 33.25rem;
  }

  .index-s6 .left-box .txt-box {
    padding: 0 4.375rem;
  }

  .index-s6 .left-box .tit {
    font-size: 2.5rem;
  }

  .index-s6 .left-box .btns {
    margin-top: 1.5rem;
  }

  .index-s6 .left-box .btns span {
    width: 100px;
    line-height: 30px;
    border-width: 1px;
    border-radius: 16px;
    font-size: 12px;
  }

  .index-s6 .right-box {
    width: calc(50% - 0.75rem);
  }

  .index-s6 .top-box {
    height: 16.6875rem;
  }

  .index-s6 .top-box .txt-box {
    padding: 0 2.5rem;
  }

  .index-s6 .top-box .tit {
    font-size: 2.5rem;
    margin-right: 15rem;
  }

  .index-s6 .top-box p {
    font-size: 14px;
    margin-top: 5px;
    margin-right: 15rem;
  }

  .index-s6 .top-box .btns {
    right: 2.5rem;
  }

  .index-s6 .top-box .btns a {
    width: 12rem;
    line-height: 40px;
    font-size: 1.5rem;
    border-radius: 20px;
  }

  .index-s6 .bot-box {
    top: 17.9375rem;
  }

  .index-s6 .bot-box .roll {
    animation: none;
    height: 100%;
  }

  .index-s6 .bot-box a {
    margin: 0;
    height: calc((100% - 20px) / 3);
    border-radius: 10px;
    padding-left: 2.5rem;
    transition: none;
  }

  .index-s6 .bot-box a .tit {
    width: calc(100% - 190px);
    font-size: 14px;
    transition: none;
  }

  .index-s6 .bot-box a .addr {
    width: 100px;
    font-size: 12px;
    transition: none;
  }

  .index-s6 .bot-box a .addr:before {
    width: 12px;
    height: 14px;
    margin: -2px 0.625rem 0 0;
    transition: none;
  }

  .index-s6 .bot-box a .date {
    width: 90px;
    font-size: 12px;
    transition: none;
  }

  .index-s6 .pagination {
    position: absolute;
    top: 100%;
    margin-top: 2rem;
    display: flex;
    grid-gap: 5px;
    justify-content: center;
  }
  .index-s6 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #0456de;
    opacity: 0.2;
    cursor: pointer;
    transition: all .3s ease;
  }
  .index-s6 .pagination span.active {
    width: 12px;
    opacity: 1;
  }

  .index-s9 .img-box {
    margin-top: 2.5rem;
    border-radius: 10px;
  }

  .index-s10 .items {
    margin-top: 2.5rem;
  }

  .index-s10 .item {
    border-radius: 10px;
  }

  .index-s10 .item .txt-box {
    padding: 1.5rem 2rem 2.5rem;
  }

  .index-s10 .item .txt-box:before {
    height: 40px;
  }

  .index-s10 .item .tit {
    font-size: 16px;
  }

  .index-s10 .pagination {
    margin-top: 2rem;
    grid-gap: 5px;
  }

  .index-s10 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }

  .index-s10 .pagination span.active {
    width: 12px;
  }

  .index-s10 .button {
    display: none;
  }

  .index-s10 .btns {
    margin-top: 2rem;
  }

  .index-s10 .btns a {
    width: 100px;
    line-height: 30px;
    border-width: 1px;
    border-radius: 16px;
    font-size: 12px;
  }

  .index-s11 .items {
    margin-top: 2.5rem;
  }

  .index-s11 .item {
    border-radius: 10px;
  }

  .index-s11 .item .txt-box {
    padding: 1.5rem 2rem 2.5rem;
  }

  .index-s11 .item .txt-box:before {
    height: 40px;
  }

  .index-s11 .item .tit {
    font-size: 16px;
  }

  .index-s11 .pagination {
    margin-top: 2rem;
    grid-gap: 5px;
  }

  .index-s11 .pagination span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }

  .index-s11 .pagination span.active {
    width: 12px;
  }

  .index-s11 .button {
    display: none;
  }

  .index-s11 .btns {
    margin-top: 2rem;
  }

  .index-s11 .btns a {
    width: 100px;
    line-height: 30px;
    border-width: 1px;
    border-radius: 16px;
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .index-s6 .cont {
    display: block;
  }

  .index-s6 .left-box {
    width: 100%;
  }

  .index-s6 .left-box a {
    height: min(60vw, 400px);
  }

  .index-s6 .right-box {
    width: 100%;
    margin-top: 2rem;
  }

  .index-s6 .top-box {
    height: min(36vw, 200px);
  }

  .index-s6 .bot-box {
    position: static;
    margin-top: 1rem;
    height: 200px;
  }

  .index-s6 .pagination {
    position: static;
  }
}
@media screen and (max-width: 769px) {
  .video-pop .main,
  .fixed-img-pop .main {
    padding: 5px;
    border-radius: 5px;
  }

  .video-pop .close,
  .fixed-img-pop .close {
    top: -3rem;
    right: 0;
  }

  .c-tab-label {
    display: block;
  }

  .c-tab-label .label {
    text-align: center;
  }

  .c-tab-label .label-box:before {
    left: calc(50% - 6.25rem);
  }

  .c-tab-label .label-box span {
    text-align: center;
  }

  .c-tab-label .label-box span:after {
    left: calc(50% - 1.5rem);
    height: 2px;
  }

  .c-tab-label .link {
    justify-content: center;
    grid-gap: 1rem;
    margin-top: 2rem;
  }

  .c-tab-label .link .box {
    width: 25%;
  }

  .c-tab-label .link .box span {
    font-size: 12px;
  }

  .c-banner img.pc {
    display: none;
  }

  .c-banner img.m {
    display: block;
  }

  .inner-s3 .tab-tit .item {
    width: 70px;
    display: inline-block;
  }

  .inner-s3 .tab-tit .sw {
    display: block;
    white-space: nowrap;
    font-size: 0;
    overflow: auto;
  }

  .inner-s3 .tab-cont .item .txt-box {
    padding: 1.5rem;
  }

  .inner-s3 .tab-cont .item .tit {
    font-size: 14px;
  }

  .inner-s3 .tab-cont .item .btns a {
    border-width: 1px;
  }

  .inner-s4 .cont .txt-box {
    padding: 2rem;
  }

  .inner-s4 .cont .tit {
    margin-top: 3%;
  }

  .inner-s5 .item,
  .inner-s5 .item-1,
  .inner-s5 .item-2,
  .inner-s5 .item-3,
  .inner-s5 .item-4 {
    width: calc((100% - 1.5rem) / 2);
  }

  .inner-s9 .item {
    width: calc((100% - 1.25rem) / 2);
  }

  .inner-s10 .img-box img.pc {
    display: none;
  }

  .inner-s10 .img-box img.m {
    display: block;
  }

  .inner-s11 .item {
    width: calc((100% - 1.25rem) / 2);
  }

  .inner-s12 .item {
    width: 100%;
  }

  .inner-s14 .item {
    width: calc((100% - 1.25rem) / 2);
  }

  .inner-s15 .item {
    width: calc((100% - 1.25rem) / 2);
  }

  .inner-s19 .item {
    width: calc((100% - 1.5rem) / 2);
  }

  .inner-s21 .item .txt-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .inner-s21 .item .right-box {
    margin-top: 2rem;
  }

  .index-s1 {
    display: none;
  }

  .m-index-s1 {
    display: block;
  }

  .index-s9 .img-box img.pc {
    display: none;
  }

  .index-s9 .img-box img.m {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .c-block {
    padding: 5rem 0 5rem;
  }

  .c-tab-label .label {
    font-size: 2rem;
  }

  .c-tab-label .label-box span {
    font-size: 2rem;
  }

  .comm-page {
    margin-top: 2rem;
  }

  .inner-s1 {
    padding: 4rem 0 0;
  }

  .inner-s1 .item a {
    padding: 2rem;
  }

  .inner-s1 .item .tit {
    font-size: 16px;
  }

  .inner-s2 {
    padding: 4rem 0 0;
  }

  .inner-s2 .top-block .label {
    font-size: 2rem;
  }

  .inner-s2 .top-block .info span {
    font-size: 12px;
  }

  .inner-s2 .back-block {
    margin-top: 3rem;
  }

  .inner-s2 .other-block {
    padding: 1.5rem;
  }

  .inner-s3 {
    padding: 4rem 0 0;
  }

  .inner-s3 .tab-tit .item {
    width: 60px;
  }

  .inner-s3 .tab-tit .item span {
    font-size: 12px;
  }

  .inner-s4 {
    padding: 4rem 0 0;
  }

  .inner-s4 .cont .tit {
    font-size: 16px;
  }

  .inner-s4 .cont .info {
    font-size: 12px;
  }

  .inner-s5 {
    padding: 4rem 0 0;
  }

  .inner-s5 .items {
    grid-gap: 2rem;
  }

  .inner-s5 .item,
  .inner-s5 .item-1,
  .inner-s5 .item-2,
  .inner-s5 .item-3,
  .inner-s5 .item-4 {
    width: 100%;
  }

  .inner-s6 {
    padding: 4rem 0 0;
  }

  .inner-s7 {
    padding: 4rem 0 0;
  }

  .inner-s7 .cont {
    padding: 2rem;
  }

  .inner-s8 {
    padding: 4rem 0 0;
  }

  .inner-s9 {
    padding: 4rem 0 0;
  }

  .inner-s9 .items {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
  }

  .inner-s9 .item {
    width: calc((100% - 1rem) / 2);
  }
/*
  .inner-s9 .item .img-box {
    height: 46vw;
  }
*/
  .inner-s9 .item .tit {
    font-size: 12px;
  }

  .inner-s10 {
    padding: 4rem 0 0;
  }

  .inner-s11 {
    padding: 4rem 0 0;
  }

  .inner-s11 .items {
    grid-gap: 2rem;
  }

  .inner-s11 .item {
    width: 100%;
  }

  .inner-s11 .item .para {
    font-size: 12px;
  }

  .inner-s12 {
    padding: 4rem 0 0;
  }

  .inner-s12 .cont {
    margin-top: 4rem;
  }

  .inner-s12 .item .tit {
    font-size: 16px;
  }

  .inner-s12 .item .para {
    font-size: 12px;
  }

  .inner-s13 {
    padding: 4rem 0 0;
  }

  .inner-s13 .items {
    grid-gap: 2rem;
  }

  .inner-s13 .item {
    width: 100%;
  }

  .inner-s14 {
    padding: 4rem 0 0;
  }

  .inner-s14 .items {
    grid-gap: 2rem;
  }

  .inner-s14 .item {
    width: 100%;
  }

  .inner-s15 {
    padding: 4rem 0 0;
  }

  .inner-s15 .items {
    grid-gap: 2rem;
  }

  .inner-s15 .item {
    width: 100%;
  }

  .inner-s15 .item .para {
    font-size: 12px;
  }

  .inner-s16 {
    padding: 4rem 0 0;
  }

  .inner-s18 {
    padding: 4rem 0 0;
  }

  .inner-s18 .items {
    grid-gap: 2rem;
  }

  .inner-s18 .item {
    width: 100%;
  }

  .inner-s19 {
    padding: 4rem 0 0;
  }

  .inner-s19 .items {
    grid-gap: 2rem;
  }

  .inner-s19 .item {
    width: 100%;
  }

  .inner-s20 {
    padding: 4rem 0 0;
  }

  .inner-s20 .img-box {
    height: 180px;
  }

  .inner-s20 .txt-box {
    padding: 4rem 2rem;
    display: block;
  }

  .inner-s20 .tit {
    font-size: 16px;
  }

  .inner-s20 .btns {
    width: 100px;
    border-radius: 18px;
    height: 36px;
    margin-top: 2rem;
  }

  .inner-s20 .btns span {
    font-size: 12px;
  }

  .inner-s21 {
    padding: 4rem 0 0;
  }

  .inner-s21 .item .img-box {
    height: 160px;
  }

  .inner-s21 .item .txt-box {
    padding: 0 2rem;
  }

  .inner-s21 .item .addr {
    font-size: 12px;
  }

  .inner-s21 .item .tit {
    font-size: 16px;
    margin-top: 10px;
  }

  .inner-s21 .item a {
    font-size: 12px;
    line-height: 32px;
  }

  .inner-s22 {
    padding: 4rem 0 0;
  }

  .index-label span {
    font-size: 2rem;
  }

  .index-label span br {
    display: inline;
  }

  .m-index-s1 {
    padding: 6rem 0 0;
  }

  .index-s2 {
    padding: 6rem 0 0;
  }

  .index-s2 .item {
    width: 300px;
  }

  .index-s3 {
    padding: 6rem 0 0;
  }

  .index-s3 .top-block .txt-box {
    padding: 4rem 2rem;
  }

  .index-s3 .top-block .tit {
    font-size: 16px;
    margin-top: 1rem;
  }

  .index-s3 .top-block .info {
    font-size: 12px;
  }

  .index-s3 .top-block a {
    height: 240px;
  }

  .index-s4 {
    padding: 6rem 0 0;
    overflow: hidden;
  }

  .index-s4 .bot-block {
    position: static;
    margin: 2rem -8vw 0;
  }

  .index-s4 .top-block {
    height: 220px;
  }

  .index-s4 .top-block .txt-box {
    padding: 4rem 2rem;
  }

  .index-s4 .top-block .info {
    font-size: 12px;
  }

  .index-s4 .top-block .tit {
    font-size: 16px;
  }

  .index-s4 .top-block .btns a {
    width: 140px;
    line-height: 40px;
  }

  .index-s4 .bot-block .item {
    width: 80px;
    height: 50px;
  }

  .index-s5 {
    padding: 6rem 0 0;
  }

  .index-s5 .top-block .txt-box {
    padding: 4rem 2rem;
  }

  .index-s5 .top-block .tit {
    font-size: 16px;
    margin-top: 1rem;
  }

  .index-s5 .top-block .info {
    font-size: 12px;
  }

  .index-s5 .top-block a {
    height: 230px;
  }

  .index-s6 {
    padding: 6rem 0 0;
  }

  .index-s6 .left-box .txt-box {
    padding: 0 2rem;
  }

  .index-s6 .left-box .tit {
    font-size: 16px;
  }

  .index-s6 .top-box .tit {
    font-size: 16px;
    margin-right: 120px;
  }

  .index-s6 .top-box p {
    font-size: 12px;
    margin-right: 120px;
  }

  .index-s6 .top-box .btns a {
    font-size: 12px;
    width: 100px;
    line-height: 36px;
  }

  .index-s6 .top-box .btns a:after {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
  }

  .index-s6 .bot-box a .date {
    width: 75px;
    font-size: 10px;
  }

  .index-s6 .bot-box a .addr {
    width: 80px;
    font-size: 10px;
  }

  .index-s6 .bot-box a .tit {
    width: calc(100% - 155px);
    padding-right: 10px;
    font-size: 12px;
  }

  .index-s9 {
    padding: 6rem 0 0;
  }

  .index-s10 {
    padding: 6rem 0 0;
  }

  .index-s11 {
    padding: 6rem 0 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
